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