選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>