@Retention(value=CLASS)
@Target(value=METHOD)
public @interface DefaultInt
Use on methods in SharedPref annotated class to specified the default
value of this preference.
The annotation value must be an int.
The key of the preference will be the method name by default. This can be
overridden by specifying a string resource with the keyRes()
parameter.
Copyright © 2010-2014. All Rights Reserved.