- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<jakarta.inject.Singleton>
 - 
- jakarta.enterprise.inject.literal.SingletonLiteral
 
 
 
- 
- All Implemented Interfaces:
 java.lang.annotation.Annotation
public final class SingletonLiteral extends AnnotationLiteral<jakarta.inject.Singleton> implements jakarta.inject.Singleton
Supports inline instantiation of theSingletonannotation.- Since:
 - 2.0
 - Author:
 - Martin Kouba
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static SingletonLiteralINSTANCE 
- 
Constructor Summary
Constructors Constructor Description SingletonLiteral() 
- 
Method Summary
- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final SingletonLiteral INSTANCE
 
 - 
 
 -