@Inherited
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ServiceOp
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
async
Defines method is async or sync.
|
java.lang.String |
friendly
User friendly name of an operation.
|
RequestMethod |
method
Defines request method supported by service operation.
|
java.lang.String |
path
Path to reach to an operation.
|
public abstract java.lang.String friendly
public abstract java.lang.String path
public abstract RequestMethod method
Copyright © 2022. All rights reserved.