Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.1.4
-
Component/s: Core Classes/Modules
-
Labels:None
Description
We should have an APT tool that can generate method wiring code based on the JRubyMethod annotation - this will allow us all the benefits of the annotation based processing, without doing lots of reflection at runtime.
Looking at the IronRuby presentation from RubyConf it's obvious that IronRuby uses this approach for everything - it doesn't seem to do any runtime introspection on annotations, instead having a "rake gen" command that generates stuff.