Annotation Interface AddConfigBlock


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Inherited public @interface AddConfigBlock
Defines the configuration as a String in value() for the given type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Configuration value.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specifies the format type of the value().
  • Element Details

    • type

      String type
      Specifies the format type of the value(). It defaults to 'properties'.
      Returns:
      the supported type
      Default:
      "properties"
    • value

      String value
      Configuration value.
      Returns:
      String with value.