Annotation Type RESTEndpoint
-
@Retention(RUNTIME) @Target(TYPE) public @interface RESTEndpoint
Annotates a managed service to define its exposure as a rest endpoint. The managed service must already be annotated withManaged.- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Element Detail
-
path
String path
Returns the rest path of the managed object.- Returns:
- the path
-
-