Class AbstractAnnotationReference

  • All Implemented Interfaces:
    AnnotationReference

    public abstract class AbstractAnnotationReference
    extends Object
    implements AnnotationReference
    Abstract implementation of AnnotationReference, providing correct implementations of equals, hashCode and toString.

    Two annotation references are taken to be equal if the following properties are all equal. The actual implementation of the annotation reference is seen to be irrelevant and not checked.

    • annotationId
    • contentName
    • Constructor Detail

      • AbstractAnnotationReference

        public AbstractAnnotationReference()