Subversion Repository Public Repository

WOX2

Diff Revisions 14 vs 15 for /trunk/Java/src/wox/serial/WoxIsAHandler.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 WoxIsAHandler extends WoxHandler
4 19 {
5 20 boolean isFor( Class pType );