emul/src/main/java/java/lang/reflect/Method.java
Thu, 03 Jan 2013 11:29:22 +0100 Using 'o' instead of full name of java.lang.Object
Thu, 03 Jan 2013 11:20:40 +0100 Using 's' instead of Ljava_lang_String_2
Fri, 28 Dec 2012 12:35:32 +0100 Class.getMethods returns only public methods
Fri, 28 Dec 2012 08:48:08 +0100 Moving non-public access method into org.apidesign.bck2brwsr.emul package
Thu, 20 Dec 2012 08:59:47 +0100 Support for reflection on primitive types. All tests finish in the browser.
Wed, 19 Dec 2012 16:43:37 +0100 Reflective calls on methods that return int
Wed, 05 Dec 2012 10:03:58 +0100 Can obtain annotation from a method
Wed, 05 Dec 2012 09:28:31 +0100 Implementation of Class.getMethods
Tue, 04 Dec 2012 15:32:18 +0100 Can execute a (parameterless) method via reflection
Tue, 04 Dec 2012 14:31:11 +0100 Removing default implementation from reflection APIs
Tue, 04 Dec 2012 13:29:17 +0100 Bringing in few reflection types, in order to support Class.getMethods