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
..
2010-12-05 20:21:09 -07:00
2011-03-26 23:24:48 -06:00
2011-02-16 11:41:33 -07:00
2010-12-05 20:21:09 -07:00
2009-05-25 23:31:13 -06:00
2010-12-05 20:21:09 -07:00
2011-02-16 11:41:33 -07:00
2010-04-14 09:26:50 -06:00
2010-11-26 12:41:31 -07:00
2010-11-26 12:41:31 -07:00