summaryrefslogtreecommitdiffstats
path: root/Readme.html
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-09-09 10:32:05 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-09-09 10:32:05 +0000
commite508ad78ca0df9329dcf4873f4e4614e31e4a1bc (patch)
tree555f6f9cf646b11c47f9d57aa5f56de9c344cc9e /Readme.html
parent8b65a057e9829a84cfd00fe5de98fe94ccc1d2f0 (diff)
downloadjavassist-e508ad78ca0df9329dcf4873f4e4614e31e4a1bc.tar.gz
javassist-e508ad78ca0df9329dcf4873f4e4614e31e4a1bc.zip
The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@456 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html
index 890b39e4..a1310be6 100644
--- a/Readme.html
+++ b/Readme.html
@@ -283,7 +283,8 @@ see javassist.Dump.
<p>-version 3.9
<ul>
- <li>CtNewMethod.wrapped(..) implicitly appends a method like _added_m$0.
+ <li>CtNewMethod.wrapped(..) and CtNewConstructor.wrapped(..)
+ implicitly append a method like _added_m$0.
This method now has a synthetic attribute.
</ul>