Uses of Interface
nl.jqno.equalsverifier.internal.reflection.annotations.Annotation
Packages that use Annotation
-
Uses of Annotation in nl.jqno.equalsverifier.internal.reflection.annotations
Classes in nl.jqno.equalsverifier.internal.reflection.annotations that implement AnnotationModifier and TypeClassDescriptionenumDescriptions of the annotations that EqualsVerifier supports.Methods in nl.jqno.equalsverifier.internal.reflection.annotations with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationCache.addClassAnnotation(Class<?> type, Annotation annotation) voidAnnotationCache.addFieldAnnotation(Class<?> type, String fieldName, Annotation annotation) booleanAnnotationCache.hasClassAnnotation(Class<?> type, Annotation annotation) booleanAnnotationCache.hasFieldAnnotation(Class<?> type, String fieldName, Annotation annotation) Constructors in nl.jqno.equalsverifier.internal.reflection.annotations with parameters of type AnnotationModifierConstructorDescriptionAnnotationCacheBuilder(Annotation[] supportedAnnotations, Set<String> ignoredAnnotations)