Annotation Interface ConditionalOnCheckpointRestore


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @ConditionalOnClass(name="org.crac.Resource") public @interface ConditionalOnCheckpointRestore
@Conditional that only matches when coordinated restore at checkpoint is to be used.
Since:
3.2.0
Author:
Andy Wilkinson