Uses of Interface
nl.jqno.equalsverifier.util.annotations.Annotation

Packages that use Annotation
nl.jqno.equalsverifier.util   
nl.jqno.equalsverifier.util.annotations   
 

Uses of Annotation in nl.jqno.equalsverifier.util
 

Methods in nl.jqno.equalsverifier.util with parameters of type Annotation
 boolean ClassAccessor.fieldHasAnnotation(Field field, Annotation annotation)
          Determines whether a particular field in T has a particular annotation.
 boolean ClassAccessor.hasAnnotation(Annotation annotation)
          Determines whether T has a particular annotation.
 boolean ClassAccessor.outerClassHasAnnotation(Annotation annotation)
          Determines whether any of T's outer classes, if they exist, have a particular annotation.
 boolean ClassAccessor.packageHasAnnotation(Annotation annotation)
          Determines whether the package in which T resides has a particular annotation.
 

Uses of Annotation in nl.jqno.equalsverifier.util.annotations
 

Classes in nl.jqno.equalsverifier.util.annotations that implement Annotation
 class SupportedAnnotations
          Descriptions of the annotations that EqualsVerifier supports.
 

Methods in nl.jqno.equalsverifier.util.annotations with parameters of type Annotation
 boolean AnnotationAccessor.fieldHas(String fieldName, Annotation annotation)
          Determines whether AnnotationAccessor.type has a particular annotation on a particular field.
 boolean AnnotationAccessor.typeHas(Annotation annotation)
          Determines whether AnnotationAccessor.type has a particular annotation.
 

Constructors in nl.jqno.equalsverifier.util.annotations with parameters of type Annotation
AnnotationAccessor(Annotation[] supportedAnnotations, Class<?> type, boolean ignoreFailure)
          Constructor
 



Copyright © 2015. All Rights Reserved.