Package org.apache.bval.jsr.util
Class AnnotationProxyBuilder.ValidAnnotation
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<T>
-
- org.apache.bval.cdi.EmptyAnnotationLiteral<jakarta.validation.Valid>
-
- org.apache.bval.jsr.util.AnnotationProxyBuilder.ValidAnnotation
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- AnnotationProxyBuilder<A extends Annotation>
public static final class AnnotationProxyBuilder.ValidAnnotation extends EmptyAnnotationLiteral<jakarta.validation.Valid> implements jakarta.validation.Valid
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AnnotationProxyBuilder.ValidAnnotation
INSTANCE
-
Constructor Summary
Constructors Constructor Description ValidAnnotation()
-
Method Summary
-
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, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final AnnotationProxyBuilder.ValidAnnotation INSTANCE
-
-