loyd.jdk-classfile-backport.24.beta3.source-code.module-info Maven / Gradle / Ivy
module io.github.dmlloyd.classfile {
exports io.github.dmlloyd.classfile;
exports io.github.dmlloyd.classfile.attribute;
exports io.github.dmlloyd.classfile.components;
exports io.github.dmlloyd.classfile.constantpool;
exports io.github.dmlloyd.classfile.extras;
exports io.github.dmlloyd.classfile.extras.constant;
exports io.github.dmlloyd.classfile.extras.reflect;
exports io.github.dmlloyd.classfile.instruction;
}