Package io.quarkus.runtime.annotations
Annotation Interface ConfigDocDefault
@Documented
@Retention(RUNTIME)
@Target({FIELD,PARAMETER,METHOD})
public @interface ConfigDocDefault
Specifies a default value for the documentation.
Replaces defaultValueForDocumentation for the ConfigMapping approach.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value -
escape
boolean escape- Default:
true
-