Annotation Interface Default.Value

Enclosing class:
Default

@Target({PARAMETER,FIELD}) @Retention(CLASS) @Documented public static @interface Default.Value
A default value specified as a string.

Depending on the usage, this may be mapped to other types as needed.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Default value(s) for this element.
  • Element Details

    • value

      String[] value
      Default value(s) for this element.
      Returns:
      default value as a string, or an array of strings, if the element is a list, set, or an array