Annotation Interface ConditionalOnStreamsEnabled


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