110353ed766fc48a0af6bd33d934439e695c03e3Mahmood Ali/**
210353ed766fc48a0af6bd33d934439e695c03e3Mahmood Ali * <code> annotations.io.classfile </code> provides methods for writing
3460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * {@link annotations.el.AScene}s to Java class files and reading in annotations
4460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * from a Java class file into an {@link annotations.el.AScene}.
5460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * This package requires the core ASM package (see
6460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * <a href="http://asm.objectweb.org/"> http://asm.objectweb.org/</a> ).
7460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * The two main methods of this package are
8460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * {@link annotations.io.classfile.ClassFileWriter#insert} for
9460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * writing annotations to a class file, and
10460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernst * {@link annotations.io.classfile.ClassFileReader#read} for
1110353ed766fc48a0af6bd33d934439e695c03e3Mahmood Ali * reading annotations from a class file.
1210353ed766fc48a0af6bd33d934439e695c03e3Mahmood Ali */
13460c9fbc13940e8ca24971f83e9a0a2f671683ccMichael Ernstpackage annotations.io.classfile;
14