io.annot8.api.components.ProcessorDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annot8-api Show documentation
Show all versions of annot8-api Show documentation
Core API interfaces for the Annot8 project
/* Annot8 (annot8.io) - Licensed under Apache-2.0. */
package io.annot8.api.components;
import io.annot8.api.settings.Settings;
/**
* Helper interface for using {@link Annot8ComponentDescriptor} with {@link Processor} interfaces
*
* @param The Annot8 processor described by this descriptor
* @param The settings used by this processor, or {@link io.annot8.api.settings.NoSettings} if
* the component doesn't use settings
*/
public interface ProcessorDescriptor
extends Annot8ComponentDescriptor {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy