diff options
Diffstat (limited to 'src/main/javassist/package.html')
-rw-r--r-- | src/main/javassist/package.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/main/javassist/package.html b/src/main/javassist/package.html index 1b6e4b94..f5b66b98 100644 --- a/src/main/javassist/package.html +++ b/src/main/javassist/package.html @@ -2,13 +2,21 @@ <body> The Javassist Core API. -<p>Javassist (<i>Java</i> programming <i>assist</i>ant) is yet another -reflective system for Java. It is a class library for editing +<p>Javassist (<i>Java</i> programming <i>assist</i>ant) makes bytecode +engineering simple. It is a class library for editing bytecode in Java; it enables Java programs to define a new class at runtime and to modify a given class file when the JVM loads it. <p>The most significant class of this package is <code>CtClass</code>. See the description of this class first. +<p>To know the version number of this package, type the following command: + +<ul><pre> +java -jar javassist.jar +</pre></ul> + +<p>It prints the version number on the console. + </body> </html> |