Annotation Type 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
    java.lang.String value  
  • Element Details

    • value

      java.lang.String value