Annotation Interface WithDefault


@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface WithDefault
Specify the default value of a property.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The default value of the property.
  • Element Details

    • value

      String value
      The default value of the property.
      Returns:
      the default value as a string