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