aboutsummaryrefslogtreecommitdiffstats
path: root/sample/preproc/package.html
blob: dee15e029975b8b797fde69eac87e7a51b564029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>