You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 366B

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