@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Panel
Panel annotation allows the definition of a custom panel for a
module.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends PropertyPanel> |
value
Returns the parent class.
|
public abstract java.lang.Class<? extends PropertyPanel> value