Annotation Type BelongsTo
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface BelongsToProvides the means to associate aServletwith a particular plugin API.Note that this implies that all
PathTemplates declared by the Servlet will be accessible relative to the plugin API basePath().- Author:
- cdivilly
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueIndicates the API to which this endpoint is bound
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdescribedByProvides the path to an Open API resource that describes this resource
-
-
-
-
describedBy
java.lang.String describedBy
Provides the path to an Open API resource that describes this resource- Returns:
- path relative to API basePath(), of the Open API resource that describes this resource
- Default:
- ""
-
-