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