aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/preproc/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/javassist/preproc/package.html')
-rw-r--r--src/main/javassist/preproc/package.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/javassist/preproc/package.html b/src/main/javassist/preproc/package.html
new file mode 100644
index 00000000..dee15e02
--- /dev/null
+++ b/src/main/javassist/preproc/package.html
@@ -0,0 +1,14 @@
+<html>
+<body>
+A sample preprocessor.
+
+<p>The preprocessor for running Javassist at compile time.
+The produced class files are saved on a local disk.
+
+<p>This package is provided as a sample implementation of the
+preprocessor using Javassist. All the programs in this package
+uses only the regular Javassist API; they never call any hidden
+methods.
+
+</body>
+</html>