diff options
author | chibash <chiba@javassist.org> | 2016-02-12 01:56:34 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2016-02-12 01:56:34 +0900 |
commit | 1a33243aac567886ee4eed52b53862f3a7ca7db7 (patch) | |
tree | fdb28a8009d863e850c188c2f3c430a0f099acab /Readme.html | |
parent | fee5e033b303efce0cb6d9268b5361d5e1eb1974 (diff) | |
download | javassist-1a33243aac567886ee4eed52b53862f3a7ca7db7.tar.gz javassist-1a33243aac567886ee4eed52b53862f3a7ca7db7.zip |
fixes JASSIST-256, adding an annotation to a class doesn't work on reflection
Diffstat (limited to 'Readme.html')
-rw-r--r-- | Readme.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html index b4d9314f..181b844e 100644 --- a/Readme.html +++ b/Readme.html @@ -283,7 +283,7 @@ see javassist.Dump. <p>-version 3.21 <ul> -<li>JIRA JASSIST-244, 245, 248, 255 +<li>JIRA JASSIST-244, 245, 248, 255, 256, 259. </ul> </p> |