@Retention(value=RUNTIME) @Documented @Target(value=METHOD) @Pattern(value=InOut) public @interface InOut
ExchangePattern.InOut when a class or interface has been annotated with
InOnly when using
Bean Integration or
Spring Remoting.
This annotation is only intended to be used on methods which the class or interface has been annotated with
a default exchange pattern annotation such as InOnly or Pattern
See the using exchange pattern annotations
for more details on how the overloading rules work.ExchangePattern,
Exchange.getPattern(),
InOnly,
PatternCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.