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 with Managed.
    Version:
    $Revision$
    Author:
    Julien Viet
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String path
      Returns the rest path of the managed object.
    • Element Detail

      • path

        String path
        Returns the rest path of the managed object.
        Returns:
        the path