Class SingletonLiteral
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Singleton>
jakarta.enterprise.inject.literal.SingletonLiteral
- All Implemented Interfaces:
Annotation
Supports inline instantiation of the
Singleton
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
Default Singleton literal
-
-
Constructor Details
-
SingletonLiteral
public SingletonLiteral()
-