aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/ClassMemberValue.java
Commit message (Expand)AuthorAgeFilesLines
* fixes a bug of ClassFile#renameClass(), some imports could not be successfull...ximsfei2019-10-081-0/+15
* Organize imports to disolve ambiguity.nickl-2017-10-301-3/+3
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-1/+6
* reformatted the code for fixing JASSIST-209.chibash2014-11-211-4/+4
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-2/+2
* fixed JASSIST-181chiba2013-04-171-2/+9
* added the Apache license.chiba2011-07-081-1/+2
* fixed a bug in write() in Annotation and ClassMemberValuechiba2006-08-131-1/+1
* reformatted.chiba2006-07-181-30/+12
* Move handling of primitive class value from MemberValue to ClassMemberValuekkhan2006-07-141-1/+38
* 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-4/+15
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-271-1/+4
* reformatted the files edited by Bill.chiba2004-09-281-72/+62
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-60/+72
* revised javassist.bytecode.annotation package.chiba2004-06-251-42/+67
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-101-3/+3
* added Enum support to AnnotationInfopatriot1burke2004-06-031-3/+6
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-4/+12
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-241-3/+15
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-031-0/+48