aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/ShortMemberValue.java
Commit message (Expand)AuthorAgeFilesLines
* Organize imports to disolve ambiguity.nickl-2017-10-301-2/+3
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-1/+6
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-021-1/+1
* 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/+9
* 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-40/+62
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-4/+13
* 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/+47