[jboss-cvs] javassist ...
Shigeru Chiba
chiba at is.titech.ac.jp
Tue Sep 9 06:31:17 EDT 2008
User: chiba
Date: 08/09/09 06:31:17
Modified: javassist Readme.html
Log:
The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute.
Revision Changes Path
1.98 +6 -0 javassist/Readme.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Readme.html
===================================================================
RCS file: /cvsroot/jboss/javassist/Readme.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- Readme.html 17 Jul 2008 06:12:37 -0000 1.97
+++ Readme.html 9 Sep 2008 10:31:17 -0000 1.98
@@ -281,6 +281,12 @@
<h2>Changes</h2>
+<p>-version 3.9
+<ul>
+ <li>CtNewMethod.wrapped(..) implicitly appends a method like _added_m$0.
+ This method now has a synthetic attribute.
+</ul>
+
<p>-version 3.8.1 on July 17, 2008
<ul>
<li>CtClass.rebuildClassFile() has been added.
More information about the jboss-cvs-commits
mailing list