corda/classpath
Joel Dice 9fe41b2afc only return declared interfaces from Class.getInterfaces
The result of Class.getInterfaces should not include interfaces
declared to be implemented/extended by superclasses/superinterfaces,
only those declared by the class itself.  This is important because it
influences how java.io.ObjectStreamClass calculates serial version
IDs.
2011-03-27 20:29:31 -06:00
..
2011-01-21 16:14:21 -07:00
2010-12-05 20:21:09 -07:00
2009-12-02 19:08:29 -07:00