Class AnnotationCache
java.lang.Object
nl.jqno.equalsverifier.internal.reflection.annotations.AnnotationCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassAnnotation(Class<?> type, Annotation annotation) voidvoidaddFieldAnnotation(Class<?> type, String fieldName, Annotation annotation) booleanhasClassAnnotation(Class<?> type, Annotation annotation) booleanhasFieldAnnotation(Class<?> type, String fieldName, Annotation annotation) booleanhasResolved(Class<?> type)
-
Constructor Details
-
AnnotationCache
public AnnotationCache()
-
-
Method Details
-
hasResolved
-
hasClassAnnotation
-
hasFieldAnnotation
-
addClassAnnotation
-
addField
-
addFieldAnnotation
-