Annotation Type HttpPath
-
@Target(TYPE) @Retention(RUNTIME) public @interface HttpPathAnnotation for path of HTTP services.- Since:
- 1.1
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]valueReturns the value string of the path.
-