Deprecated.
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Deprecated
public @interface OnDeletePostCommit
Post-delete hook. This annotation marks a callback that is triggered when a user performs a "delete" action.
This hook will be triggered after all security checks have been run and after the datastore
has been committed.
The invoked function takes a RequestScope as parameter.