Annotation Type ConfigDocFilename


  • @Documented
    @Retention(SOURCE)
    @Target(TYPE)
    public @interface ConfigDocFilename
    Specifies the file name where quarkus-extension-processor will output the documentation in AsciiDoc format. If not specified, the effective file name is derived either from the class name or ConfigMapping.prefix().
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value