Class AbstractAnnotationReference
- java.lang.Object
-
- io.annot8.implementations.support.references.AbstractAnnotationReference
-
- All Implemented Interfaces:
io.annot8.api.references.AnnotationReference
public abstract class AbstractAnnotationReference extends Object implements io.annot8.api.references.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 Summary
Constructors Constructor Description AbstractAnnotationReference()
-