Class SingletonLiteral
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<Singleton>
- 
- jakarta.enterprise.inject.literal.SingletonLiteral
 
 
- 
- All Implemented Interfaces:
- Annotation
 
 public final class SingletonLiteral extends AnnotationLiteral<Singleton> implements Singleton Supports inline instantiation of theSingletonannotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static SingletonLiteralINSTANCE
 - 
Constructor SummaryConstructors Constructor Description SingletonLiteral()
 - 
Method Summary- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, equals, hashCode, toString
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final SingletonLiteral INSTANCE 
 
- 
 
-