Annotation Interface ConditionalSchedulerServiceByProperty
@ConditionalOnProperty(name="spring.persistent-tasks.scheduler-enabled",
havingValue="true",
matchIfMissing=true)
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
public @interface ConditionalSchedulerServiceByProperty