Package jakarta.enterprise.context
Class ApplicationScoped.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<ApplicationScoped>
jakarta.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
- Author:
- Martin Kouba
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.context.ApplicationScoped
ApplicationScoped.Literal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ApplicationScoped.Literal
Default ApplicationScoped literal -
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Default ApplicationScoped literal
-
-
Constructor Details
-
Literal
public Literal()
-