org.opt4j.core.config.annotations
Annotation Type Panel


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Panel

The Panel annotation allows the definition of a custom panel for a module.


Required Element Summary
 java.lang.Class<? extends PropertyPanel> value
          Returns the parent class.
 

Element Detail

value

public abstract java.lang.Class<? extends PropertyPanel> value
Returns the parent class.

Returns:
the parent class