Package javax.enterprise.inject.literal
Class SingletonLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<javax.inject.Singleton>
-
- javax.enterprise.inject.literal.SingletonLiteral
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
public final class SingletonLiteral extends AnnotationLiteral<javax.inject.Singleton> implements javax.inject.Singleton
Supports inline instantiation of theSingleton
annotation.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SingletonLiteral
INSTANCE
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SingletonLiteral()
-
Method Summary
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final SingletonLiteral INSTANCE
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-