- java.lang.Object
-
- io.annot8.testing.testimpl.TestAnnotationReference
-
- All Implemented Interfaces:
io.annot8.core.references.AnnotationReference
public class TestAnnotationReference extends Object implements io.annot8.core.references.AnnotationReference
-
-
Constructor Summary
Constructors Constructor Description TestAnnotationReference(io.annot8.core.annotations.Annotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAnnotationId()StringgetContentId()inthashCode()voidsetAnnotation(io.annot8.core.annotations.Annotation annotation)Optional<io.annot8.core.annotations.Annotation>toAnnotation()
-
-
-
Method Detail
-
getAnnotationId
public String getAnnotationId()
- Specified by:
getAnnotationIdin interfaceio.annot8.core.references.AnnotationReference
-
getContentId
public String getContentId()
- Specified by:
getContentIdin interfaceio.annot8.core.references.AnnotationReference
-
toAnnotation
public Optional<io.annot8.core.annotations.Annotation> toAnnotation()
- Specified by:
toAnnotationin interfaceio.annot8.core.references.AnnotationReference
-
setAnnotation
public void setAnnotation(io.annot8.core.annotations.Annotation annotation)
-
-