You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 435B

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