Subversion Repository Public Repository

WOX2

Diff Revisions 14 vs 15 for /trunk/Java/src/wox/serial/WoxTypeMapper.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 WoxTypeMapper
4 19 {
5 20 /**
  @@ -15,4 +30,4 @@
15 30 * @return null means that this Mapper did not re-map the NativeType
16 31 */
17 32 String getWoxTypeFor( String pNativeType );
18 - }
33 + }