Package io.smallrye.config
Annotation Type WithName
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface WithName
The name of the configuration property or group.
-
-
Element Detail
-
value
String value
The name of the property or group. Must not be empty.- Returns:
- the name
-
-