Uses of Class
jakarta.enterprise.context.BeforeDestroyed.Literal
Packages that use BeforeDestroyed.Literal
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Uses of BeforeDestroyed.Literal in jakarta.enterprise.context
Fields in jakarta.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 jakarta.enterprise.context that return BeforeDestroyed.LiteralModifier and TypeMethodDescriptionstatic BeforeDestroyed.Literal
BeforeDestroyed.Literal.of
(Class<? extends Annotation> value)