Annotation Interface ServicePath


@Target(TYPE) @Retention(RUNTIME) public @interface ServicePath
The base path where the service is deployed. This is the base path for the service. All service methods will be available under /path/to/my/service/*. Please notice that paths of different services have to be prefix free.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details