Renamed source/target attributes to input/output.

This commit is contained in:
Mark Fisher
2007-12-10 07:47:35 +00:00
parent d76d3b53e6
commit 5a547577c4

View File

@@ -37,8 +37,8 @@ import org.springframework.stereotype.Component;
@Component
public @interface MessageEndpoint {
String source();
String input();
String target();
String output();
}