/** * <code> annotations.io.classfile </code> provides methods for writing * {@link annotations.el.AScene}s to Java class files and reading in annotations * from a Java class file into an {@link annotations.el.AScene}. * This package requires the core ASM package (see * <a href="http://asm.objectweb.org/"> http://asm.objectweb.org/</a> ). * The two main methods of this package are * {@link annotations.io.classfile.ClassFileWriter#insert} for * writing annotations to a class file, and * {@link annotations.io.classfile.ClassFileReader#read} for * reading annotations from a class file. */ package annotations.io.classfile;