@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public static @interface Constants.DefaultIntValue
Default integer value to be used if no translation is found (and also used as the
source for translation). No quoting (other than normal Java string quoting)
is done.