Create@Deprecated @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ExtendCreate
The ExtendCreate annotation attached to a public method specifies that the method implements
the Create operation of an entity set in a service. This method overrides the default Create operation of
the generic OData service provisioned by the SDK.
A method to which this annotation is attached must provide the following:
CreateRequest
ExtensionHelper
CreateResponse
public abstract String serviceName
public abstract String entity
@Deprecated public abstract String[] entitySet
Copyright © 2020 SAP. All Rights Reserved.