|
Annotation Types Summary |
| DefaultBoolean |
Use on methods in SharedPref annotated class to specified the default
value of this preference. |
| DefaultFloat |
Use on methods in SharedPref annotated class to specified the default
value of this preference. |
| DefaultInt |
Use on methods in SharedPref annotated class to specified the default
value of this preference. |
| DefaultLong |
Use on methods in SharedPref annotated class to specified the default
value of this preference. |
| DefaultRes |
Use on methods in SharedPref annotated class to specified the default
value of this preference. |
| DefaultString |
Use on methods in SharedPref annotated class to specified the default
value of this preference. |
| Pref |
Injects an SharedPref annotated class in any enhanced class. |
| 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. |