Subversion Repository Public Repository

WOX2

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

Diff revisions: vs.
  @@ -3,6 +3,21 @@
3 3 import java.lang.reflect.*;
4 4 import java.util.*;
5 5
6 + /**
7 + * Version: 1.0
8 + * Author: Carlos R. Jaimez Gonzalez
9 + * Author: Simon M. Lucas
10 + * Site: http://woxserializer.sourceforge.net/
11 + *
12 + * Version: 1.5
13 + * Author: Steven M Lewis
14 + *
15 + * Version: 2.0
16 + * Author: George Smith
17 + * SVN: http://svn.xp-dev.com/svn/WOX2/
18 + * Note: XML form for vs 2 is more compact and therefor incompatible with vs 1
19 + */
20 +
6 21 public class ListHandler extends AbstractHandler implements WoxIsAHandler
7 22 {
8 23 public static final ListHandler INSTANCE = new ListHandler();