Uses of Class
jakarta.enterprise.context.Destroyed.Literal
-
Packages that use Destroyed.Literal Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts. -
-
Uses of Destroyed.Literal in jakarta.enterprise.context
Fields in jakarta.enterprise.context declared as Destroyed.Literal Modifier and Type Field Description static Destroyed.Literal
Destroyed.Literal. APPLICATION
static Destroyed.Literal
Destroyed.Literal. CONVERSATION
static Destroyed.Literal
Destroyed.Literal. REQUEST
static Destroyed.Literal
Destroyed.Literal. SESSION
Methods in jakarta.enterprise.context that return Destroyed.Literal Modifier and Type Method Description static Destroyed.Literal
Destroyed.Literal. of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
-