@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface StopHookProcessing
Exceptions during hook processing will stop the processing of the current
hook, but processing of the remaining hooks will continue. If an exception
marked with this annotation is thrown, all hook processing is stopped.