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 590B

12345678910111213141516171819202122
  1. <html>
  2. <body>
  3. The Javassist Core API.
  4. <p>Javassist (<i>Java</i> programming <i>assist</i>ant) makes bytecode
  5. engineering simple. 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. <p>To know the version number of this package, type the following command:
  11. <pre>
  12. java -jar javassist.jar
  13. </pre>
  14. <p>It prints the version number on the console.
  15. </body>
  16. </html>