Annotation Interface PreBackup


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