Uses of Class
jakarta.enterprise.context.Initialized.Literal
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Uses of Initialized.Literal in jakarta.enterprise.context
Modifier and TypeFieldDescriptionstatic final Initialized.Literal
Initialized.Literal.APPLICATION
Default Initialized literal for the ApplicationScoped scopestatic final Initialized.Literal
Initialized.Literal.CONVERSATION
Default Initialized literal for the ConversationScoped scopestatic final Initialized.Literal
Initialized.Literal.REQUEST
Default Initialized literal for the RequestScoped scopestatic final Initialized.Literal
Initialized.Literal.SESSION
Default Initialized literal for the SessionScoped scopeModifier and TypeMethodDescriptionstatic Initialized.Literal
Initialized.Literal.of
(Class<? extends Annotation> value) Obtain the literal of the provided scope annotation