aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/ArrayMemberValue.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #382 from tim-hoffman/PR_RemoveStringBufferShigeru Chiba2022-05-131-2/+3
|\ | | | | Replace StringBuffer with StringBuilder, other minor String optimizations
| * 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 ↵ximsfei2019-10-081-0/+25
|/ | | | successfully renamed
* 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
| | | | | | | | | | | | | The following were applied during multiple itterations through the source. * Parameterize raw types. * Mark unused members. * Annotate override and deprecated methods. * Convert loops to enhance for loop. * Remove redundant else statements. * Widening collection type references. * Optimize code for improved readability. * Squash compiler warnings. * Identify smells.
* 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
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@584 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed a bug found when an annotation includes an empty array.chiba2005-09-071-5/+19
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@206 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* Array initializer supports and better annotation supports.chiba2005-08-251-0/+22
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@196 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* add support for obtaining default annotation member values (the same patch ↵chiba2005-02-271-1/+4
| | | | | | as Bill's but more javadoc comments) git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@161 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* revised javassist.bytecode.annotation package.chiba2004-06-251-83/+73
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@111 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-5/+12
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@104 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-241-9/+41
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@94 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-031-0/+76
annotations. This will also work on JDK 1.4. Well, it should. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@75 30ef5769-5b8d-40dd-aea6-55b5d6557bb3