| Enum | Description |
|---|---|
| SharedPref.Scope |
| Annotation Type | Description |
|---|---|
| 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. |
| DefaultStringSet |
Use on methods in
SharedPref annotated class. |
| 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. |
Copyright © 2010-2014. All Rights Reserved.