diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-08-11 04:22:50 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-08-11 04:22:50 +0000 |
commit | 2d45afd62bf1453e0e12236d7a18113d07be608a (patch) | |
tree | de51deb48d24c7ef9ec3e8b532ac9262fa3b4380 /Readme.html | |
parent | e2f5393d14971e41a6779a98673b7231f5c04f6d (diff) | |
download | javassist-2d45afd62bf1453e0e12236d7a18113d07be608a.tar.gz javassist-2d45afd62bf1453e0e12236d7a18113d07be608a.zip |
changed new CtField(CtField,..) to copy annotations.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@307 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Readme.html b/Readme.html index c791af92..977e86e2 100644 --- a/Readme.html +++ b/Readme.html @@ -286,9 +286,15 @@ see javassist.Dump. <li>CtClass#toClass() and ClassPool#toClass() were modified to accept a <code>ProtectionDomain</code> (<a href="http://jira.jboss.com/jira/browse/JASSIST-23">JASSIST-23</a>). + ClassPool#toClass(CtClass, ClassLoader) is now a final method. All + subclasses of ClassPool must override toClass(CtClass, ClassLoader, + ProtectionDomain). + <li>CtClass#getAvailableAnnotations() etc. have been implemented. + <li>A bug related to a way of dealing with a bridge method was fixed (<a href="http://jira.jboss.com/jira/browse/HIBERNATE-37">HIBERNATE-37</a>). + <li>javassist.scopedpool package was added. </ul> |