Subversion Repository Public Repository

WOX2

Diff Revisions 14 vs 15 for /trunk/Java/src/wox/serial/WoxFieldNameMapper.java

Diff revisions: vs.
  @@ -1,5 +1,20 @@
1 1 package wox.serial;
2 2
3 + /**
4 + * Version: 1.0
5 + * Author: Carlos R. Jaimez Gonzalez
6 + * Author: Simon M. Lucas
7 + * Site: http://woxserializer.sourceforge.net/
8 + *
9 + * Version: 1.5
10 + * Author: Steven M Lewis
11 + *
12 + * Version: 2.0
13 + * Author: George Smith
14 + * SVN: http://svn.xp-dev.com/svn/WOX2/
15 + * Note: XML form for vs 2 is more compact and therefor incompatible with vs 1
16 + */
17 +
3 18 public interface WoxFieldNameMapper
4 19 {
5 20 /**
  @@ -8,4 +23,4 @@
8 23 * @return null means that this Mapper did not re-map the NativeFieldName
9 24 */
10 25 String getWoxFieldNameFor( String pNativeFieldName );
11 - }
26 + }