Hello I am new to jruby, but I ran already into a problem, I am
searching for a way to use java annotations in a way that jrubyc
generates the annotations for the generated java class ala
java_annoation ‘@WhatEverTheAnnotationIs’
class MyClass
end
which then should result in a java class @WhatEverTheAnnotationIs
class MyClass {
… ruby bindings here
}
Is ther a way to do it I cannot find any references on the net.