roboguice.inject
Annotation Type InjectPreference
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
public @interface InjectPreference
Indicates that a variable member of a class (whether static or not) should be
injected with an Android preference from the current
RoboPreferenceActivity
.
The value is compulsory, and correspond to the key of the preference.
Usage example:
{@code
- Author:
- Rodrigo Damazio
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
Copyright © 2011. All Rights Reserved.