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