Uses of Interface
io.annot8.api.settings.Settings
-
Packages that use Settings Package Description io.annot8.api.components This package contains the api interface for components.io.annot8.api.components.annotations io.annot8.api.settings This package contains the api interface and annotations for the settings objects. -
-
Uses of Settings in io.annot8.api.components
Classes in io.annot8.api.components with type parameters of type Settings Modifier and Type Interface Description interfaceAnnot8ComponentDescriptor<T extends Annot8Component,S extends Settings>Descriptor for an Annot8 componentinterfaceProcessorDescriptor<T extends Processor,S extends Settings>Helper interface for usingAnnot8ComponentDescriptorwithProcessorinterfacesinterfaceSourceDescriptor<T extends Source,S extends Settings>Helper interface for usingAnnot8ComponentDescriptorwithSourceinterfaces -
Uses of Settings in io.annot8.api.components.annotations
Methods in io.annot8.api.components.annotations that return types with arguments of type Settings Modifier and Type Method Description Class<? extends Settings>value() -
Uses of Settings in io.annot8.api.settings
Classes in io.annot8.api.settings that implement Settings Modifier and Type Class Description classNoSettingsAn empty Settings class.
-