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