Uses of Class
javax.enterprise.context.BeforeDestroyed.Literal
Packages that use BeforeDestroyed.Literal
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Uses of BeforeDestroyed.Literal in javax.enterprise.context
Fields in javax.enterprise.context declared as BeforeDestroyed.LiteralModifier and TypeFieldDescriptionstatic final BeforeDestroyed.Literal
BeforeDestroyed.Literal.APPLICATION
static final BeforeDestroyed.Literal
BeforeDestroyed.Literal.CONVERSATION
static final BeforeDestroyed.Literal
BeforeDestroyed.Literal.REQUEST
static final BeforeDestroyed.Literal
BeforeDestroyed.Literal.SESSION
Methods in javax.enterprise.context that return BeforeDestroyed.LiteralModifier and TypeMethodDescriptionstatic BeforeDestroyed.Literal
BeforeDestroyed.Literal.of
(Class<? extends Annotation> value)