@Target(value=METHOD) @Retention(value=RUNTIME) public @interface BeforeReadDraft
The BeforeReadDraft annotation attached to a public method specifies that the method executes
before the Read operation on an Draft entity in a service.
A method to which this annotation is attached must provide the following:
ReadRequest
ExtensionHelper
BeforeReadResponse
Copyright © 2020 SAP. All Rights Reserved.