Uses of Interface
io.annot8.core.annotations.Group.Builder
-
Packages that use Group.Builder Package Description io.annot8.core.annotations This package contains the core interfaces for annotations and groups of annotations.io.annot8.core.stores This package contains the core interfaces for store objects -
-
Uses of Group.Builder in io.annot8.core.annotations
Methods in io.annot8.core.annotations that return Group.Builder Modifier and Type Method Description Group.BuilderGroup.Builder. withAnnotation(String role, Annotation annotation)Add an annotation to this group with the specified role. -
Uses of Group.Builder in io.annot8.core.stores
Methods in io.annot8.core.stores that return Group.Builder Modifier and Type Method Description default Group.BuilderGroupStore. copy(Group existing)Clone an existing group to create a new groupdefault Group.BuilderGroupStore. create()Create a new groupdefault Group.BuilderGroupStore. edit(Group existing)Edit an existing group, saving will replace itGroup.BuilderGroupStore. getBuilder()Create a new group builder
-