From 7696279d0e1cbf5021ad38fb7328f223b94c1031 Mon Sep 17 00:00:00 2001 From: chiba Date: Fri, 4 Nov 2005 09:29:35 +0000 Subject: changed the behavior of CtClass#getMethods(), getFields(), and getConstructors(). git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@217 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- sample/preproc/package.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sample/preproc/package.html (limited to 'sample/preproc/package.html') diff --git a/sample/preproc/package.html b/sample/preproc/package.html new file mode 100644 index 00000000..dee15e02 --- /dev/null +++ b/sample/preproc/package.html @@ -0,0 +1,14 @@ + + +A sample preprocessor. + +

The preprocessor for running Javassist at compile time. +The produced class files are saved on a local disk. + +

This package is provided as a sample implementation of the +preprocessor using Javassist. All the programs in this package +uses only the regular Javassist API; they never call any hidden +methods. + + + -- cgit v1.2.3