Annotation Interface Default


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface Default
Provides a default value as a string (parsed at bind time).
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The default value as a string.
  • Element Details

    • value

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