您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>