Module io.annot8.api
Package io.annot8.api.settings
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.
-
Interface Summary Interface Description Settings Base settings interface from which all other settings extend. -
Class Summary Class Description NoSettings An empty Settings class. -
Annotation Types Summary Annotation Type Description Description Describes a parameter within a settings class.