|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public static @interface UserPreferences.PreferenceAttributes
Annotates instances of Preference getters in UserPreferences objects. The name of the getter method will be used as the name of the preference.
| Optional Element Summary | |
|---|---|
String |
default_value
The default value of the preference. |
String |
display_name
The user-visible name of the preference. |
UserPreferences.PreferenceAttributes.Options |
options
Additional options that may be applied to the preference. |
public abstract String default_value
public abstract String display_name
public abstract UserPreferences.PreferenceAttributes.Options options
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||