@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface TypeAdapter
StoreBoxTypeAdapter to be used for adapting the type for the
preferences.
Type adapters for Date, Enum, and
android.net.Uri are already supported and as such there is no need
to provide a type adapter for them.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends StoreBoxTypeAdapter> |
value |
public abstract java.lang.Class<? extends StoreBoxTypeAdapter> value