Package jakarta.enterprise.inject
Class Vetoed.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<Vetoed>
 - 
- jakarta.enterprise.inject.Vetoed.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - Vetoed
 
public static final class Vetoed.Literal extends AnnotationLiteral<Vetoed> implements Vetoed
Supports inline instantiation of theVetoedannotation.- Since:
 - 2.0
 - Author:
 - Martin Kouba
 - See Also:
 Instance,Event, Serialized Form
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.enterprise.inject.Vetoed
Vetoed.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static Vetoed.LiteralINSTANCE 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
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 Vetoed.Literal INSTANCE
 
 - 
 
 -