Uses of Class
jakarta.enterprise.context.BeforeDestroyed.Literal
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Uses of BeforeDestroyed.Literal in jakarta.enterprise.context
Modifier and TypeFieldDescriptionstatic final BeforeDestroyed.Literal
BeforeDestroyed.Literal.APPLICATION
Default BeforeDestroyed literal for the ApplicationScoped scopestatic final BeforeDestroyed.Literal
BeforeDestroyed.Literal.CONVERSATION
Default BeforeDestroyed literal for the ConversationScoped scopestatic final BeforeDestroyed.Literal
BeforeDestroyed.Literal.REQUEST
Default BeforeDestroyed literal for the RequestScoped scopestatic final BeforeDestroyed.Literal
BeforeDestroyed.Literal.SESSION
Default BeforeDestroyed literal for the SessionScoped scopeModifier and TypeMethodDescriptionstatic BeforeDestroyed.Literal
BeforeDestroyed.Literal.of
(Class<? extends Annotation> value) Obtain the literal for the provided scope annotation