io.annot8.api.components.SourceDescriptor 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 Source} interfaces
*
* @param The Annot8 source described by this descriptor
* @param The settings used by this source, or {@link io.annot8.api.settings.NoSettings} if the
* component doesn't use settings
*/
public interface SourceDescriptor
extends Annot8ComponentDescriptor {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy