Package io.contextmap.annotations.rest
Annotation Type ContextRestEndpoint
-
@Target(METHOD) @Retention(RUNTIME) public @interface ContextRestEndpoint
Annotation used to document a single endpoint of a REST API.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Stringdescription
-
-
-
Element Detail
-
description
String description
- Returns:
- the description of the endpoint (optional)
- Default:
- ""
-
-