Annotation Type Constants.DefaultDoubleValue

Enclosing interface:
Constants

@Retention(RUNTIME)
@Target(METHOD)
@Documented
public static @interface Constants.DefaultDoubleValue
Default double 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.
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    double value  
  • Element Details

    • value

      double value