Annotation Interface PrePrimary


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