@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ConfigValue
Annotation specifies key name for automatic initialisation of a field from configuration. If attribute watch is
set to true, key is subscribed to dynamic configuration events.
- Since:
- 2.1.0
- Author:
- Tilen Faganel