/Users/lyon/j4p/src/javassist/package.html

1    <html> 
2    <body> 
3    The Javassist Core API. 
4     
5    <p>Javassist (<i>Java</i> programming <i>assist</i>ant) is yet another 
6    reflective system for Java.  It is a class library for editing 
7    bytecode in Java; it enables Java programs to define a new class at 
8    runtime and to modify a given class file when the JVM loads it. 
9     
10   <p>The most significant class of this package is <code>CtClass</code>. 
11   See the description of this class first. 
12    
13   </body> 
14   </html> 
15