aQute.bnd.classfile.preview.package-info Maven / Gradle / Ivy
The newest version!
/**
* This package provides an object model and parser for preview level Java class
* files.
*
* This package is not supported API. Once class file changes are promoted from
* preview, the support will be moved to the {@code aQute.bnd.classfile}
* package.
*/
@Version("0.610.0")
package aQute.bnd.classfile.preview;
import org.osgi.annotation.versioning.Version;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy