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 model
Enables the binding of targets annotated with
Input and Output to a
broker, according to the list of interfaces passed as value to the annotation.- Author:
- Dave Syer, Marius Bogoevici, David Turanski, Soby Chacko
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?>[] valueDeprecated.- Returns:
- list of interfaces
- Default:
- {}
-