org.springframework.integration.annotation
Annotation Type ChannelAdapter


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
@Component
public @interface ChannelAdapter

Indicates that a class is capable of serving as a message channel.

Author:
Mark Fisher

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value