@Target(value=METHOD) @Retention(value=RUNTIME) public @interface EndTransaction
The EndTransaction annotation attached to a public method specifies that the method is
invoked after all the operations in the transaction complete and before the transaction commits.
A method to which this annotation is attached must provide the following:
Request>
ExtensionHelper
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
serviceNames |
public abstract String[] serviceNames
Copyright © 2020 SAP. All Rights Reserved.