-
@Documented @Retention(SOURCE) @Target({MODULE,ANNOTATION_TYPE}) @Repeatable(List.class) public @interface Author
Denotes the author of the generated REST-based microservice documentation.(Allows overriding the author specified in the developer directive to pom.xml)
- Since:
- 0.1
- Author:
- nedis
- See Also:
BaseEndpoint,Constants,Description,DocumentationDefinition,DocumentationVersion,IncludeDescription,IncludeMode,IntroductionDefinition,License,ResourceDefinition,ResourceGroupDefinition,Title
-
-
Element Detail
-
name
String name
Returns the author name- Returns:
- the author name
- Default:
- "GeneratedBy RxMicroAnnotationProcessor"
-
-
-
email
String email
Returns the author email- Returns:
- the author email
- Default:
- "[email protected]"
-
-