aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug found when an annotation includes an empty array.chiba2005-09-0715-24/+51
* Array initializer supports and better annotation supports.chiba2005-08-2516-7/+279
* fixed a compilation problem of static final fields.chiba2005-08-173-1/+12
* update the tutorialchiba2005-06-201-1/+1
* minor fixeschiba2005-06-201-0/+3
* bug in writing enumvaluebill2005-06-081-2/+2
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-2715-34/+82
* Added javadoc comments.chiba2005-01-311-2/+1
* Change the year in the copyright notices from 2004 to 2005.chiba2005-01-181-1/+1
* reformatted the files edited by Bill.chiba2004-09-281-72/+62
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-60/+72
* implemented pruningchiba2004-08-192-6/+4
* revised javassist.bytecode.annotation package.chiba2004-06-2520-1188/+1114
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-106-9/+528
* added Enum support to AnnotationInfopatriot1burke2004-06-033-9/+48
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-1517-73/+216
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-2416-111/+334
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-0316-0/+1060