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