Annotation Interface ConditionalOnTasksEnabled


@Target({TYPE,METHOD,ANNOTATION_TYPE,FIELD}) @Retention(RUNTIME) @ConditionalOnProperty(prefix="spring.cloud.dataflow.features", name="tasks-enabled", matchIfMissing=true) public @interface ConditionalOnTasksEnabled
Author:
Ilayaperumal Gopinathan