aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/ArrayMemberValue.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #382 from tim-hoffman/PR_RemoveStringBufferShigeru Chiba2022-05-131-2/+3
|\
| * Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-161-2/+3
* | fixes a bug of ClassFile#renameClass(), some imports could not be successfull...ximsfei2019-10-081-0/+25
|/
* Organize imports to disolve ambiguity.nickl-2017-10-301-2/+3
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-2/+7
* fixes JASSIST-256, adding an annotation to a class doesn't work on reflectionchibash2016-02-121-1/+1
* added the Apache license.chiba2011-07-081-1/+2
* fixed a bug found when an annotation includes an empty array.chiba2005-09-071-5/+19
* Array initializer supports and better annotation supports.chiba2005-08-251-0/+22
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-271-1/+4
* revised javassist.bytecode.annotation package.chiba2004-06-251-83/+73
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-5/+12
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-241-9/+41
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-031-0/+76