Package io.quarkus.runtime.annotations
Annotation Type ConfigDocFilename
-
@Documented @Retention(SOURCE) @Target(TYPE) public @interface ConfigDocFilename
Specifies the file name wherequarkus-extension-processorwill output the documentation in AsciiDoc format. If not specified, the effective file name is derived either from the class name orConfigMapping.prefix().
-
-
Element Detail
-
value
String value
-
-