Module io.annot8.api
Package io.annot8.api.components
Interface SourceDescriptor<T extends Source,S extends Settings>
-
- Type Parameters:
T- The Annot8 source described by this descriptorS- The settings used by this source, orNoSettingsif the component doesn't use settings
- All Superinterfaces:
Annot8ComponentDescriptor<T,S>
public interface SourceDescriptor<T extends Source,S extends Settings> extends Annot8ComponentDescriptor<T,S>
Helper interface for usingAnnot8ComponentDescriptorwithSourceinterfaces
-
-
Method Summary
-
Methods inherited from interface io.annot8.api.components.Annot8ComponentDescriptor
capabilities, create, getName, getSettings, setName, setSettings
-
-