-
@Documented @Retention(SOURCE) @Target({MODULE,METHOD,TYPE,ANNOTATION_TYPE}) public @interface Title
Denotes the name of the generated REST-based microservice documentation.(Allows overriding the name of the generated REST-based microservice documentation specified in the name directive to pom.xml)
- Since:
- 0.1
- Author:
- nedis
- See Also:
Author,BaseEndpoint,DocumentationConstants,Description,DocumentationDefinition,DocumentationVersion,IncludeDescription,IncludeMode,IntroductionDefinition,License,ResourceDefinition,ResourceGroupDefinition
-
-
Element Detail
-
value
String value
Returns the title.- Returns:
- the title
-
-