Package org.opt4j.config.annotations
package org.opt4j.config.annotations
Provides the classes for the annotations for the modules.
-
ClassDescriptionThe
Category
annotation marks a class as a category.TheIcon
annotation assigns an icon to modules.TheIgnore
annotation can either be used for modules or properties such that these are ignored in theConfigurator
.TheInfo
annotation contains textual information about a module or property.TheMulti
annotation marks aModule
.TheName
annotation assigns a user defined name to a module or property.TheOrder
annotation assigns a user defined order to properties of a module.ThePanel
annotation allows the definition of a custom panel for a module.TheParent
annotation assigns a module an explicit parent category.TheRequired
annotation defines dependencies between the properties.