All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.annot8.api.components.ProcessorDescriptor Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
/* 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