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