eXo Kernel :: Container 2.4.11-UXP01

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.
 

Element Detail

path

public abstract String path
Returns the rest path of the managed object.

Returns:
the path

eXo Kernel :: Container 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.