Uses of Annotation Interface
org.jruby.embed.Extension
Packages that use Extension
-
Uses of Extension in org.jruby
Modifier and TypeMethodDescriptionvoidRubyModule.defineAnnotatedMethods(Class clazz) Deprecated.Ruby.defineClassUnder(String name, RubyClass superClass, ObjectAllocator allocator, RubyModule parent) Deprecated.voidRubyModule.defineConstant(String name, IRubyObject value) Deprecated.
RubyModule.defineMethods(ThreadContext, Class[])instead.