loyd.jdk-classfile-preview.24.beta1.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 jdk-classfile-preview Show documentation
Show all versions of jdk-classfile-preview Show documentation
An unofficial backport of the JDK Classfile API to Java 17
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;
}