[jvm-l] Re: Annotation processing without Sun dependency

2008-07-21 Thread Ted Neward
Have BCEL or ASM or any of the bytecode toolkits taken up the slack on some of this yet? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com -Original Message- From: jvm-languages@googlegroups.com [mailto:jvm- [EMAIL PROTECTED] On

[jvm-l] Re: Annotation processing without Sun dependency

2008-07-21 Thread Charles Oliver Nutter
Yes, that's basically it. To save ourselves future pain moving to JSR292 or just refactoring our call-path, all the Java-implemented Ruby methods are bound via generated method handles. So a method on RubyString might look like this: @JRubyMethod(name = {[], slice}, reads = BACKREF,