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.LiteralInitialized.Literal. APPLICATIONDefault Initialized literal for the ApplicationScoped scopestatic Initialized.LiteralInitialized.Literal. CONVERSATIONDefault Initialized literal for the ConversationScoped scopestatic Initialized.LiteralInitialized.Literal. REQUESTDefault Initialized literal for the RequestScoped scopestatic Initialized.LiteralInitialized.Literal. SESSIONDefault Initialized literal for the SessionScoped scopeMethods in jakarta.enterprise.context that return Initialized.Literal Modifier and Type Method Description static Initialized.LiteralInitialized.Literal. of(java.lang.Class<? extends java.lang.annotation.Annotation> value)Obtain the literal of the provided scope annotation
-