Annotation Interface ConfigurableProperty


@Documented @Retention(RUNTIME) @Target(FIELD) @API(status=STABLE, since="1.0") public @interface ConfigurableProperty
Marks a property as automatically configurable.
Since:
0.1
Version:
1.0, 2019-07
Author:
(w) Iker Hernaez
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Sets the configuration key to apply to the property.
  • Element Details

    • value

      String value
      Sets the configuration key to apply to the property.
      Returns:
      The configuration key to apply to the property.