Annotation Interface ResetHandler
@Retention(RUNTIME)
@MessageHandler(messageType=ResetContext.class)
@Target({METHOD,ANNOTATION_TYPE})
public @interface ResetHandler
Annotation that can be placed on a method that is to be invoked when a reset is being prepared. Handlers may throw an
exception to veto against a reset.
- Since:
- 3.2
- Author:
- Allard Buijze