Uses of Interface
io.annot8.core.references.AnnotationReference
-
Packages that use AnnotationReference Package Description io.annot8.core.annotations This package contains the core interfaces for annotations and groups of annotations.io.annot8.core.references -
-
Uses of AnnotationReference in io.annot8.core.annotations
Methods in io.annot8.core.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.core.references
Method parameters in io.annot8.core.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
-