Package io.smallrye.config
Annotation Type WithDefault
-
@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface WithDefault
Specify the default value of a property.
-
-
Element Detail
-
value
String value
The default value of the property.- Returns:
- the default value as a string
-
-