diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2008-09-11 10:40:08 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2008-09-11 10:40:08 +0000 |
commit | 1144f6066cc6433d2e9b6655302bedaa681ecbe8 (patch) | |
tree | d9d33699f6b21ad586baba7ff51304faf76c59cc /Readme.html | |
parent | e508ad78ca0df9329dcf4873f4e4614e31e4a1bc (diff) | |
download | javassist-1144f6066cc6433d2e9b6655302bedaa681ecbe8.tar.gz javassist-1144f6066cc6433d2e9b6655302bedaa681ecbe8.zip |
implemented ClassPool.makeClassIfNew()
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@457 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index a1310be6..0dbd327a 100644 --- a/Readme.html +++ b/Readme.html @@ -283,6 +283,7 @@ see javassist.Dump. <p>-version 3.9 <ul> + <li>ClassPool.makeClassIfNew(InputStream) was implemented. <li>CtNewMethod.wrapped(..) and CtNewConstructor.wrapped(..) implicitly append a method like _added_m$0. This method now has a synthetic attribute. |