aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/EnumMemberValue.java
Commit message (Collapse)AuthorAgeFilesLines
* fixes a bug of ClassFile#renameClass(), some imports could not be ↵ximsfei2019-10-081-0/+15
| | | | successfully renamed
* 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.
* 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-1/+2
| | | | 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/+20
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@196 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* bug in writing enumvaluebill2005-06-081-2/+2
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@177 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
* implemented pruningchiba2004-08-191-1/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@125 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* revised javassist.bytecode.annotation package.chiba2004-06-251-64/+67
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@111 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-101-3/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@110 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* added Enum support to AnnotationInfopatriot1burke2004-06-031-2/+33
| | | | | | | | Updated for JDK 1.5 Beta2 changes type_index for Annotation is now UTF8 descriptor, same for all other class types git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@108 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-4/+13
| | | | 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-3/+9
| | | | 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/+52
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