- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<Dependent>
 - 
- jakarta.enterprise.context.Dependent.Literal
 
 
 
- 
- All Implemented Interfaces:
 java.lang.annotation.Annotation
- Enclosing class:
 - Dependent
 
public static final class Dependent.Literal extends AnnotationLiteral<Dependent> implements Dependent
Supports inline instantiation of theDependentannotation.- Since:
 - 2.0
 - Author:
 - Martin Kouba
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.enterprise.context.Dependent
Dependent.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static Dependent.LiteralINSTANCE 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final Dependent.Literal INSTANCE
 
 - 
 
 -