Annotation Interface EnableTestBinder
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(TestChannelBinderConfiguration.class)
public @interface EnableTestBinder
This annotation enables the Spring Integration Test Binder when applied to a class.
Please see
TestChannelBinderConfiguration and TestChannelBinder for more details.- Author:
- Kotaro Matsumoto
- See Also: