Annotation Interface PostPrimary


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