aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/EnumMemberValue.java
Commit message (Expand)AuthorAgeFilesLines
* fixes a bug of ClassFile#renameClass(), some imports could not be successfull...ximsfei2019-10-081-0/+15
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-2/+7
* added the Apache license.chiba2011-07-081-1/+2
* fixed a bug found when an annotation includes an empty array.chiba2005-09-071-1/+2
* Array initializer supports and better annotation supports.chiba2005-08-251-0/+20
* bug in writing enumvaluebill2005-06-081-2/+2
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-271-1/+4
* implemented pruningchiba2004-08-191-1/+1
* revised javassist.bytecode.annotation package.chiba2004-06-251-64/+67
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-101-3/+3
* added Enum support to AnnotationInfopatriot1burke2004-06-031-2/+33
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-4/+13
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-241-3/+9
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-031-0/+52