Browse Source

The method implicitly appended by CtNewMethod.wrapped() now has a synthetic attribute.


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@455 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 15 years ago
parent
commit
8b65a057e9
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Readme.html

+ 6
- 0
Readme.html View File

@@ -281,6 +281,12 @@ see javassist.Dump.

<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.

Loading…
Cancel
Save