Uses of Class
jakarta.enterprise.context.Destroyed.Literal
-
Packages that use Destroyed.Literal Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts. -
-
Uses of Destroyed.Literal in jakarta.enterprise.context
Fields in jakarta.enterprise.context declared as Destroyed.Literal Modifier and Type Field Description static Destroyed.LiteralDestroyed.Literal. APPLICATIONDefault Destroyed literal for the ApplicationScoped scopestatic Destroyed.LiteralDestroyed.Literal. CONVERSATIONDefault Destroyed literal for the ConversationScoped scopestatic Destroyed.LiteralDestroyed.Literal. REQUESTDefault Destroyed literal for the RequestScoped scopestatic Destroyed.LiteralDestroyed.Literal. SESSIONDefault Destroyed literal for the SessionScoped scopeMethods in jakarta.enterprise.context that return Destroyed.Literal Modifier and Type Method Description static Destroyed.LiteralDestroyed.Literal. of(java.lang.Class<? extends java.lang.annotation.Annotation> value)Obtain the literal of the provided scope annotation
-