Package jakarta.enterprise.inject
Class Typed.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<Typed>
 - 
- jakarta.enterprise.inject.Typed.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - Typed
 
public static final class Typed.Literal extends AnnotationLiteral<Typed> implements Typed
Supports inline instantiation of theTypedannotation.- Since:
 - 2.0
 - Author:
 - Martin Kouba
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.enterprise.inject.Typed
Typed.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static Typed.LiteralINSTANCE 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Typed.Literalof(Class<?>[] value)Class<?>[]value()- 
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 Typed.Literal INSTANCE
 
 - 
 
- 
Method Detail
- 
of
public static Typed.Literal of(Class<?>[] value)
 
- 
value
public Class<?>[] value()
 
 - 
 
 -