Annotation Interface ConfigAttribute


@Retention(RUNTIME) @Target(FIELD) public @interface ConfigAttribute
Indicates that a field represents a configuration attribute.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the configuration attribute.
  • Element Details

    • name

      String name
      The name of the configuration attribute.
      Returns:
      The name of the configuration attribute.