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

io.annot8.api.components.SourceDescriptor 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 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