org.exoplatform.management.rest.annotations
Annotation Type RESTEndpoint
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RESTEndpoint
Annotates a managed service to define its exposure as a rest endpoint. The managed service must already be annotated
with Managed.
- Version:
- $Revision$
- Author:
- Julien Viet
|
Required Element Summary |
String |
path
Returns the rest path of the managed object. |
path
public abstract String path
- Returns the rest path of the managed object.
- Returns:
- the path
Copyright © 2014 eXo Platform SAS. All Rights Reserved.