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