Annotation Interface PostBackup


@Target(METHOD) @Retention(RUNTIME) public @interface PostBackup
Allows a bean's method to be invoked after a space changes its mode to SpaceMode.BACKUP. The target invocation method may have no parameters or a single parameter of type AfterSpaceModeChangeEvent.
Author:
shaiw