diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-11-04 09:29:35 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2005-11-04 09:29:35 +0000 |
commit | 7696279d0e1cbf5021ad38fb7328f223b94c1031 (patch) | |
tree | 3c432f56c58ec4ee1fc9aaeb8318edc80d47254f /sample/preproc/package.html | |
parent | eb12cc5d6bcbc25ea70f678321693971a0bd921c (diff) | |
download | javassist-7696279d0e1cbf5021ad38fb7328f223b94c1031.tar.gz javassist-7696279d0e1cbf5021ad38fb7328f223b94c1031.zip |
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
Diffstat (limited to 'sample/preproc/package.html')
-rw-r--r-- | sample/preproc/package.html | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ +<html> +<body> +A sample preprocessor. + +<p>The preprocessor for running Javassist at compile time. +The produced class files are saved on a local disk. + +<p>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. + +</body> +</html> |