@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Setting
Module
Add this annotation to the field to that this field is module setting
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |