Interface JythonInitializer


public interface JythonInitializer
A service for initializing Jython without explicitly calling PySystemState.initialize(). If a file META-INF/services/org.python.core.JythonInitializer is on the classpath, Jython will instantiate the class named in that file and use it in Jython's initialization. The given class must be an implementation of this interface with a no-arg constructor.
See Also: