manqed.jeflect-loader.1.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jeflect-loader Show documentation
Show all versions of jeflect-loader Show documentation
A mechanism for loading bytecode classes
The newest version!
open module com.github.romanqed.jeflect.loader {
// Imports
requires com.github.romanqed.jfunc;
// Exports
exports com.github.romanqed.jeflect.loader;
}