Uses of Class
javax.enterprise.context.BeforeDestroyed.Literal
-
Packages that use BeforeDestroyed.Literal Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts. -
-
Uses of BeforeDestroyed.Literal in javax.enterprise.context
Fields in javax.enterprise.context declared as BeforeDestroyed.Literal Modifier and Type Field Description static BeforeDestroyed.LiteralBeforeDestroyed.Literal. APPLICATIONstatic BeforeDestroyed.LiteralBeforeDestroyed.Literal. CONVERSATIONstatic BeforeDestroyed.LiteralBeforeDestroyed.Literal. REQUESTstatic BeforeDestroyed.LiteralBeforeDestroyed.Literal. SESSIONMethods in javax.enterprise.context that return BeforeDestroyed.Literal Modifier and Type Method Description static BeforeDestroyed.LiteralBeforeDestroyed.Literal. of(Class<? extends Annotation> value)
-