aboutsummaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-09-11 10:40:08 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-09-11 10:40:08 +0000
commit1144f6066cc6433d2e9b6655302bedaa681ecbe8 (patch)
treed9d33699f6b21ad586baba7ff51304faf76c59cc /Readme.html
parente508ad78ca0df9329dcf4873f4e4614e31e4a1bc (diff)
downloadjavassist-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.html1
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.