Annotation Interface WithName


@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface WithName
The name of the configuration property or group.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the property or group.
  • Element Details

    • value

      String value
      The name of the property or group. Must not be empty.
      Returns:
      the name