@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
-
Element Details
-
value
String valueSets the configuration key to apply to the property.- Returns:
- The configuration key to apply to the property.
-