polishing

This commit is contained in:
Mark Fisher
2011-09-02 16:01:37 -04:00
parent 581f21f3eb
commit b4c210691c
6 changed files with 105 additions and 114 deletions

View File

@@ -33,6 +33,6 @@ public interface HeaderMapper<T> {
void fromHeaders(MessageHeaders headers, T target);
Map<String, ?> toHeaders(T source);
<V> Map<String, V> toHeaders(T source);
}