| Annotation Type | Description |
|---|---|
| DefaultValue |
Annotation which should be used on set methods to declare the resource for
the default value which should be returned when a preference with the
requested key does not exist.
|
| KeyByResource |
Can be used when it is more convenient for keys to be declared using an
integer resource, rather than a String.
|
| KeyByString |
Annotation which should be used on set/get methods to declare the key under
which the value should be stored/retrieved.
|
| RemoveMethod |
Annotation which should be used for a remove method.
|
| TypeAdapter |
Annotation which should be used on set and get methods to declare the
StoreBoxTypeAdapter to be used for adapting the type for the
preferences. |