@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface 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.
A parameter default takes precedence over this annotation.