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