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.Literal
BeforeDestroyed.Literal. APPLICATION
Default BeforeDestroyed literal for the ApplicationScoped scopestatic BeforeDestroyed.Literal
BeforeDestroyed.Literal. CONVERSATION
Default BeforeDestroyed literal for the ConversationScoped scopestatic BeforeDestroyed.Literal
BeforeDestroyed.Literal. REQUEST
Default BeforeDestroyed literal for the RequestScoped scopestatic BeforeDestroyed.Literal
BeforeDestroyed.Literal. SESSION
Default BeforeDestroyed literal for the SessionScoped scopeMethods in jakarta.enterprise.context that return BeforeDestroyed.Literal Modifier and Type Method Description static BeforeDestroyed.Literal
BeforeDestroyed.Literal. of(java.lang.Class<? extends java.lang.annotation.Annotation> value)
Obtain the literal for the provided scope annotation
-