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:
Annotation
public final class SingletonLiteral
extends AnnotationLiteral<javax.inject.Singleton>
implements javax.inject.Singleton
Supports inline instantiation of the
Singleton
annotation.- Since:
- 2.0
- Author:
- Martin Kouba
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SingletonLiteral
public SingletonLiteral()
-