Uses of Interface
io.annot8.api.helpers.builders.WithFromBuilder
-
Packages that use WithFromBuilder 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 WithFromBuilder in io.annot8.api.annotations
Subinterfaces of WithFromBuilder 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 WithFromBuilder in io.annot8.api.data
Subinterfaces of WithFromBuilder 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 WithFromBuilder in io.annot8.api.properties
Subinterfaces of WithFromBuilder in io.annot8.api.properties Modifier and Type Interface Description static interfaceImmutableProperties.BuilderBuilder interface to createContent (immutable) properties classes
-