Package org.opt4j.config.annotations
Annotation Type Panel
-
@Retention(RUNTIME) @Target(TYPE) public @interface Panel
ThePanel
annotation allows the definition of a custom panel for a module.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends PropertyPanel>
value
Returns the parent class.
-
-
-
Element Detail
-
value
Class<? extends PropertyPanel> value
Returns the parent class.- Returns:
- the parent class
-
-