/
org.jruby/
jruby-core/
9.2.14.0/
org/
jruby/
compiler/
ClassLoaderMode.java
ClassLoaderMode
UNIQUE: ClassLoaderMode
SHARED: ClassLoaderMode
SHARED_SOURCE: ClassLoaderMode
https://github.com/jruby/jruby/jruby-core
: JRuby is the effort to recreate the Ruby (https://www.ruby-lang.org) interpreter in Java.
(
JRuby
)
GPL-2.0
LGPL-2.1
EPL-2.0
headius
enebo
wmeissner
BanzaiMan
mkristian
package
org.jruby.compiler;
public
enum
ClassLoaderMode
{
UNIQUE
,
SHARED
,
SHARED_SOURCE
;
}