io.github.dmlloyd.classfile.extras.constant.ExtraConstantDescs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdk-classfile-backport Show documentation
Show all versions of jdk-classfile-backport Show documentation
An unofficial backport of the JDK Classfile API to Java 17
package io.github.dmlloyd.classfile.extras.constant;
/**
* Supplemental (extra) constant desc constants that are not present in Java 17.
*/
public final class ExtraConstantDescs {
public static final String INIT_NAME = "";
public static final String CLASS_INIT_NAME = "";
private ExtraConstantDescs() {}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy