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