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