Package com.googlecode.androidannotations.annotations.sharedpreferences

Enum Summary
SharedPref.Scope  
 

Annotation Types Summary
DefaultBoolean Default value for a preference field
DefaultFloat Default value for a preference field
DefaultInt Default value for a preference field
DefaultLong Default value for a preference field
DefaultString Default value for a preference field
Pref Injects a SharedPref The field MUST be of a type that is generated using SharedPref and therefore extends SharedPreferencesHelper.
SharedPref Apply @SharedPref on an interface to create a SharedPreference helper that will contain access methods related to the methods you define in the interface.
 



Copyright © 2010-2012. All Rights Reserved.