Uses of Interface
io.annot8.api.helpers.builders.WithSave
-
Packages that use WithSave Package Description io.annot8.api.annotations This package contains the api interfaces for annotations and groups of annotations.io.annot8.api.data This package contains the api data objects used by Annot8io.annot8.api.properties This package contains the api interface for properties. -
-
Uses of WithSave in io.annot8.api.annotations
Subinterfaces of WithSave in io.annot8.api.annotations Modifier and Type Interface Description static interfaceAnnotation.BuilderBuilder interface to createContent (immutable) Annotation classesstatic interfaceGroup.BuilderBuilder interface to createContent (immutable) Group classes -
Uses of WithSave in io.annot8.api.data
Subinterfaces of WithSave in io.annot8.api.data Modifier and Type Interface Description static interfaceContent.Builder<A extends Content<D>,D>Builder interface to createContent (immutable) Content classes -
Uses of WithSave in io.annot8.api.properties
Subinterfaces of WithSave in io.annot8.api.properties Modifier and Type Interface Description static interfaceImmutableProperties.BuilderBuilder interface to createContent (immutable) properties classes
-