Annotation Interface ConditionalOnLeaderElectionDisabled


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited @Conditional(ConditionalOnLeaderElectionDisabled.OnLeaderElectionDisabled.class) public @interface ConditionalOnLeaderElectionDisabled
Author:
wind57