@Target(value=METHOD) @Retention(value=RUNTIME) public @interface CleanupTransaction
The CleanupTransaction annotation attached to a public method specifies that the method is
invoked after the transaction completes (committed or rolled back). Use this method to perform any post
transaction checks or validations.
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.