@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.METHOD)
@Documented
public @interface UESRESTCommand
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
publishDescriptor
Parameter for control publishing REST services descriptions.
|