Annotation Interface SystemProperty.Default

Enclosing class:
SystemProperty

@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER}) public static @interface SystemProperty.Default
Specifies that a default value for a SystemProperty that may be coerced and/or used for Injection.
Since:
Nov-2017
Author:
brian.oliver
  • Required Element Summary

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

    • value

      String value
      The default value.
      Returns:
      the default value