Annotation Type DocumentAttributes
-
@Documented @Retention(SOURCE) @Target({MODULE,ANNOTATION_TYPE}) public @interface DocumentAttributes
Allows specifying AsciiDoc attributes for the generated REST-based microservice documentation.Read more: https://asciidoctor.org/docs/user-manual/#attributes
- Since:
- 0.1
- Author:
- nedis
- See Also:
Author,BaseEndpoint,Description,DocumentationDefinition,DocumentationVersion,Example,IncludeDescription,IncludeMode,License,ModelExceptionErrorResponse,ResourceDefinition,ResourceGroupDefinition,SimpleErrorResponse,Title
-
-
Element Detail
-
value
String[] value
Returns the document attributes, using key-value format.Read more: https://asciidoctor.org/docs/user-manual/#attributes
- Returns:
- the document attributes
- Default:
- {"icons", "font", "sectanchors", "", "sectlinks", "", "toc", "left", "toclevels", "3", "sectnums", "", "sectnumlevels", "5"}
-
-