Package org.apache.bval.cdi
Class DefaultLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<T>
-
- org.apache.bval.cdi.EmptyAnnotationLiteral<jakarta.enterprise.inject.Default>
-
- org.apache.bval.cdi.DefaultLiteral
-
- All Implemented Interfaces:
Annotation
public class DefaultLiteral extends EmptyAnnotationLiteral<jakarta.enterprise.inject.Default> implements jakarta.enterprise.inject.Default
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultLiteral
INSTANCE
-
Constructor Summary
Constructors Constructor Description DefaultLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.apache.bval.cdi.EmptyAnnotationLiteral
annotationType, equals, hashCode
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final DefaultLiteral INSTANCE
-
-
Method Detail
-
toString
public String toString()
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classjakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.inject.Default>
-
-