Deprecated.
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Deprecated
public @interface OnDeletePreCommit
Pre-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, but before the datastore
has been committed.
The invoked function takes a RequestScope as parameter.