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