|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
java.lang.Objectgriffon.plugins.preferences.Preference
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface Preference
Marks a class for Preferences injection.
| Optional Element Summary | |
|---|---|
java.lang.String |
args
@default {} |
java.lang.String |
defaultValue
@default "" |
java.lang.String |
key
@default "" |
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Element Detail |
|---|
public String[] args
public String defaultValue
public String key
Groovy Documentation