aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/javassist/package.html')
-rw-r--r--src/main/javassist/package.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/javassist/package.html b/src/main/javassist/package.html
new file mode 100644
index 00000000..1b6e4b94
--- /dev/null
+++ b/src/main/javassist/package.html
@@ -0,0 +1,14 @@
+<html>
+<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
+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.
+
+</body>
+</html>