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
static Initialized.Literal
Initialized.Literal. CONVERSATION
static Initialized.Literal
Initialized.Literal. REQUEST
static Initialized.Literal
Initialized.Literal. SESSION
Methods 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)
-