InitTransaction@Deprecated @Target(value=METHOD) @Retention(value=RUNTIME) public @interface BeforeAll
The BeforeALL annotation attached to a public method specifies that the method executes
Before all operations in a service/s.
A method to which this annotation is attached must provide the following:
GenericRequest
BeforeAllResponse
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
serviceNames
Deprecated.
|
public abstract String[] serviceNames
Copyright © 2020 SAP. All Rights Reserved.