Class AnnotationCacheBuilder
- java.lang.Object
-
- nl.jqno.equalsverifier.internal.reflection.annotations.AnnotationCacheBuilder
-
public class AnnotationCacheBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationCacheBuilder(Annotation[] supportedAnnotations, java.util.Set<java.lang.String> ignoredAnnotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(java.lang.Class<?> type, AnnotationCache cache)
-
-
-
Constructor Detail
-
AnnotationCacheBuilder
public AnnotationCacheBuilder(Annotation[] supportedAnnotations, java.util.Set<java.lang.String> ignoredAnnotations)
-
-
Method Detail
-
build
public void build(java.lang.Class<?> type, AnnotationCache cache)
-
-