aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/MemberValue.java
Commit message (Expand)AuthorAgeFilesLines
* Organize imports to disolve ambiguity.nickl-2017-10-301-4/+3
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-4/+4
* added the Apache license.chiba2011-07-081-1/+2
* reformattedchiba2010-03-301-13/+11
* [JASSIST-111] Uncomment the code containing the fix :-)kabir.khan@jboss.com2010-03-291-12/+12
* [JASSIST-111] Handle class array types as annotation valueskabir.khan@jboss.com2010-03-291-1/+21
* improved the behavior of CtClass.getAnnotations() etc.chiba2009-11-101-2/+7
* Move handling of primitive class value from MemberValue to ClassMemberValuekkhan2006-07-141-36/+0
* Be able to handle Class annotation attributes like void.class, int.class etc.kkhan2006-07-131-1/+37
* 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/+16
* fixed a compilation problem of static final fields.chiba2005-08-171-0/+1
* 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-74/+15
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-5/+13
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-241-13/+21
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-031-0/+87