Most of the jruby/java annotation topics I see are regarding adding annotations to jruby classes. I'm interested in the opposite: annotated java classes included in jruby scripts.
For context, I'm trying ...
JRuby & annotation-based configuration Hello. I'm having an issue using annotation-based xml configuration when using Spring in JRuby. Given a pojo: Code: import org.springframework.stereotype.Component; @Component("pojoTest") public class BasicPojo {} and this ...