Package io.smallrye.config
Annotation Type WithUnnamedKey
-
@Documented @Retention(RUNTIME) @Target({METHOD,TYPE_USE}) public @interface WithUnnamedKey
-
-
Element Detail
-
value
String value
The key name to use to populate configuration values from a configuration path without a key.- Returns:
- the Map key
- Default:
- ""
-
-