Annotation Type EnableBinding
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Inherited @Configuration(proxyBeanMethods=false) @Import({BindingBeansRegistrar.class,BinderFactoryAutoConfiguration.class}) @EnableIntegration @Deprecated public @interface EnableBinding
Deprecated.as of 3.1 in favor of functional programming modelEnables the binding of targets annotated withInputandOutputto a broker, according to the list of interfaces passed as value to the annotation.- Author:
- Dave Syer, Marius Bogoevici, David Turanski, Soby Chacko