Uses of Class
jakarta.enterprise.context.Initialized.Literal
-
Packages that use Initialized.Literal Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts. -
-
Uses of Initialized.Literal in jakarta.enterprise.context
Fields in jakarta.enterprise.context declared as Initialized.Literal Modifier and Type Field Description static Initialized.Literal
Initialized.Literal. APPLICATION
Default Initialized literal for the ApplicationScoped scopestatic Initialized.Literal
Initialized.Literal. CONVERSATION
Default Initialized literal for the ConversationScoped scopestatic Initialized.Literal
Initialized.Literal. REQUEST
Default Initialized literal for the RequestScoped scopestatic Initialized.Literal
Initialized.Literal. SESSION
Default Initialized literal for the SessionScoped scopeMethods in jakarta.enterprise.context that return Initialized.Literal Modifier and Type Method Description static Initialized.Literal
Initialized.Literal. of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
Obtain the literal of the provided scope annotation
-