@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Section
name() has to be set in this case.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
description
Get the independent description of the section.
|
java.lang.String |
name
Get the independent name of the section.
|
boolean |
reloadable
Get the independent reloadable state of the section.
|
public abstract java.lang.String name
public abstract java.lang.String[] description
name() must be set as well.public abstract boolean reloadable
name() must be set as well.