summaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/AnnotationImpl.java
Commit message (Expand)AuthorAgeFilesLines
* added the Apache license.chiba2011-07-081-2/+3
* for 3.8.0.GA releaserel_3_8_0_gachiba2008-06-131-3/+3
* updated the copyright notices.chiba2007-06-041-1/+1
* updated javadoc comments.chiba2007-02-021-2/+5
* Fix the annotation hashCode and equals implementation.adrian2007-01-311-16/+180
* added a getter.chiba2006-08-121-0/+7
* reformatted.chiba2006-07-181-3/+3
* reformatted.chiba2006-07-181-4/+6
* Handle Annotation.annotationType() callskkhan2006-07-181-0/+5
* Adjusting indentation, adding javadoc comments, etc.chiba2006-02-131-22/+31
* Allow for retrieval of the real type name of the annotation.adrian2006-02-051-1/+6
* I need an eclipse option that disallows autoboxing. :-)adrian2006-02-041-3/+6
* Implement the Object methods for the annotation invocation handler.adrian2006-02-041-1/+16
* updated copyright noticeschiba2006-01-111-1/+1
* fixed a bug found when an annotation includes an empty array.chiba2005-09-071-4/+4
* Array initializer supports and better annotation supports.chiba2005-08-251-0/+91