Package org.apache.bval.cdi
Class BValAnnotatedType.BValBindingLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<T>
-
- org.apache.bval.cdi.EmptyAnnotationLiteral<BValBinding>
-
- org.apache.bval.cdi.BValAnnotatedType.BValBindingLiteral
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- BValAnnotatedType<A>
public static class BValAnnotatedType.BValBindingLiteral extends EmptyAnnotationLiteral<BValBinding> implements BValBinding
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Annotation
INSTANCE
-
Constructor Summary
Constructors Constructor Description BValBindingLiteral()
-
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 Annotation INSTANCE
-
-
Method Detail
-
toString
public String toString()
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classjakarta.enterprise.util.AnnotationLiteral<BValBinding>
-
-