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