Uses of Interface
io.annot8.api.references.AnnotationReference
-
Packages that use AnnotationReference Package Description io.annot8.api.annotations This package contains the api interfaces for annotations and groups of annotations.io.annot8.api.references -
-
Uses of AnnotationReference in io.annot8.api.annotations
Methods in io.annot8.api.annotations that return types with arguments of type AnnotationReference Modifier and Type Method Description Map<String,Stream<AnnotationReference>>Group. getReferences()The associated annotations references in this group -
Uses of AnnotationReference in io.annot8.api.references
Method parameters in io.annot8.api.references with type arguments of type AnnotationReference Modifier and Type Method Description static Stream<Annotation>AnnotationReference. toAnnotations(Stream<AnnotationReference> references)Convert a stream of annotation references to annotations
-