Annotation Interface 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.
  • Required Element Summary

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

    • path

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