- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<ApplicationScoped>
-
- jakarta.enterprise.context.ApplicationScoped.Literal
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- ApplicationScoped
public static final class ApplicationScoped.Literal extends AnnotationLiteral<ApplicationScoped> implements ApplicationScoped
Supports inline instantiation of theApplicationScoped
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.enterprise.context.ApplicationScoped
ApplicationScoped.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static ApplicationScoped.Literal
INSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final ApplicationScoped.Literal INSTANCE
-
-