io.annot8.api.settings.package-info 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
/**
* This package contains the api interface and annotations for the settings objects.
*
* Settings are used to hold configuration parameters, which should be annotated with the
* Parameter annotation to indicate that it is a parameter which can be set. Which Settings class a
* component uses should be indicated with the SettingsClass annotation.
*/
package io.annot8.api.settings;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy