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