Action@Deprecated @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ExtendAction
The ExtendAction annotation attached to a public method specifies
that the method provides the implementation logic of an Action.
A method to which this annotation is attached must provide the following:
OperationRequest
OperationResponse
| Modifier and Type | Required Element and Description |
|---|---|
String |
Name
Deprecated.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
serviceName
Deprecated.
|
Copyright © 2020 SAP. All Rights Reserved.