1<html>
2<body>
3A sample preprocessor.
4
5<p>The preprocessor for running Javassist at compile time.
6The produced class files are saved on a local disk.
7
8<p>This package is provided as a sample implementation of the
9preprocessor using Javassist.  All the programs in this package
10uses only the regular Javassist API; they never call any hidden
11methods.
12
13</body>
14</html>
15