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