aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/AnnotationsAttribute.java
Commit message (Expand)AuthorAgeFilesLines
* Organize imports to disolve ambiguity.nickl-2017-10-301-5/+21
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-9/+35
* enables removal of attributeschibash2016-09-181-0/+3
* implement removal of annotationsoreissig2016-08-201-0/+23
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-061-9/+9
* fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotationschibash2015-01-061-1/+31
* updated the javadoc comment of AnnotationsAttributechibash2014-06-301-1/+1
* added the Apache license.chiba2011-07-081-2/+3
* fixed JASSIST-128 and JASSIST-129chiba2010-09-141-0/+2
* fixed JASSIST-130chiba2010-09-121-18/+100
* fixed JIRA JASSIST-94chiba2009-10-051-2/+2
* updated the copyright notices.chiba2007-06-041-1/+1
* updated copyright noticeschiba2006-01-111-1/+1
* updated javadoc comments.chiba2005-11-121-0/+4
* add support for obtaining default annotation member values (the same patch as...chiba2005-02-271-10/+43
* fixed a bug in LocalVariableAttributechiba2005-02-021-6/+6
* Added javadoc comments.chiba2005-01-311-0/+19
* 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-591/+516
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-476/+592
* implemented pruningchiba2004-08-191-2/+2
* revised javassist.bytecode.annotation package.chiba2004-06-251-285/+340
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-101-0/+465