manqed.jeflect.4.1.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 Show documentation
Show all versions of jeflect Show documentation
A set of utilities designed to interact with reflection and speed up it.
open module com.github.romanqed.jeflect {
// Imports
requires java.instrument;
requires org.objectweb.asm;
requires org.objectweb.asm.commons;
requires com.github.romanqed.jfunc;
// Exports
exports com.github.romanqed.jeflect;
exports com.github.romanqed.jeflect.meta;
exports com.github.romanqed.jeflect.fields;
exports com.github.romanqed.jeflect.lambdas;
exports com.github.romanqed.jeflect.parsers;
exports com.github.romanqed.jeflect.transformers;
}