Uses of Class
javax.enterprise.context.Initialized.Literal
-
Packages that use Initialized.Literal Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts. -
-
Uses of Initialized.Literal in javax.enterprise.context
Fields in javax.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 javax.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)
-