Package javax.enterprise.context
Class ApplicationScoped.Literal
java.lang.Object
javax.enterprise.util.AnnotationLiteral<ApplicationScoped>
javax.enterprise.context.ApplicationScoped.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - ApplicationScoped
 
public static final class ApplicationScoped.Literal
extends AnnotationLiteral<ApplicationScoped>
implements ApplicationScoped
Supports inline instantiation of the 
ApplicationScoped annotation.- Since:
 - 2.0
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class javax.enterprise.context.ApplicationScoped
ApplicationScoped.Literal - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 -