Package io.micronaut.runtime.context.env
Annotation Interface ConfigurationAdvice
Internal annotation that allows the definition on
ConfigurationProperties
on interfaces.- Since:
- 1.3.0
- Author:
- graemerocher
-
Optional Element Summary
-
Element Details
-
bean
boolean bean- Returns:
- Is the method call a bean lookup
- Default:
- false
-
iterable
boolean iterable- Returns:
- Is it annotated with
EachProperty
- Default:
- false
-
value
String value- Returns:
- The property to lookup
- Default:
- ""
-