aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #382 from tim-hoffman/PR_RemoveStringBufferShigeru Chiba2022-05-133-8/+10
|\
| * Replace StringBuffer with StringBuilder and other minor String optimizationsTimothy Hoffman2021-07-163-8/+10
* | fixes a bug of ClassFile#renameClass(), some imports could not be successfull...ximsfei2019-10-084-0/+64
|/
* Organize imports to disolve ambiguity.nickl-2017-10-3015-37/+48
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-3017-79/+133
* Implement hashCode for Annotation.nickl-2017-10-301-0/+6
* Added default serialVersionUID.nickl-2017-10-281-0/+2
* fixes a bug of getAnnotations(). Some hidden annotations were not ignored.chibash2017-10-271-0/+4
* implements better annotation handling since Javassist may fail tochibash2016-10-142-4/+14
* fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-eachibash2016-08-029-10/+10
* fixes JASSIST-256, adding an annotation to a class doesn't work on reflectionchibash2016-02-122-2/+2
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-062-4/+6
* fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotationschibash2015-01-062-31/+203
* reformatted the code for fixing JASSIST-209.chibash2014-11-211-4/+4
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-2/+2
* fixed JASSIST-181chiba2013-04-171-2/+9
* added the Apache license.chiba2011-07-0819-22/+41
* since Javassist doesn't support JDK 1.3, I changed the source code to use Lin...chiba2010-04-151-6/+6
* 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-103-4/+49
* for 3.8.0.GA releaserel_3_8_0_gachiba2008-06-131-3/+3
* fixed JASSIST-56chiba2008-03-191-5/+10
* updated the copyright notices.chiba2007-06-042-2/+2
* updated javadoc comments.chiba2007-02-022-3/+13
* Fix the annotation hashCode and equals implementation.adrian2007-01-312-22/+214
* fixed a bug in write() in Annotation and ClassMemberValuechiba2006-08-132-3/+4
* 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
* reformatted.chiba2006-07-181-30/+12
* Move handling of primitive class value from MemberValue to ClassMemberValuekkhan2006-07-142-37/+38
* Be able to handle Class annotation attributes like void.class, int.class etc.kkhan2006-07-131-1/+37
* 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-112-2/+2
* restructred sub packageschiba2006-01-111-1/+1
* 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