diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2004-04-21 17:20:21 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2004-04-21 17:20:21 +0000 |
commit | 99726826833b9d1b18b6ca5e0c54d1f134537b1c (patch) | |
tree | 1f6e57b3315790821f8a7b2ad81bc6a076d28dd9 /Readme.html | |
parent | 3fb5f5033c1c79dc7a2337dbef6a0677c6178db0 (diff) | |
download | javassist-99726826833b9d1b18b6ca5e0c54d1f134537b1c.tar.gz javassist-99726826833b9d1b18b6ca5e0c54d1f134537b1c.zip |
modified the API to look good.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@92 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index 0d2670b0..3c3129c7 100644 --- a/Readme.html +++ b/Readme.html @@ -258,6 +258,12 @@ see javassist.Dump. <p>- version 3.0 <ul> + <li>ClassPool has been largely modified. + <ul><li>write(), writeFile(), .. in ClassPool were moved to CtClass. + <li>The host of javassist.Translator was changed from ClassPool + to javassist.Loader. + </ul> + <li>javassist.bytecode.annotation has been added. <li>The ClassPool framework has been redesigned. <ul> |