aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/ClassMemberValue.java
Commit message (Collapse)AuthorAgeFilesLines
* fixes a bug of ClassFile#renameClass(), some imports could not be ↵ximsfei2019-10-081-0/+15
| | | | successfully renamed
* Organize imports to disolve ambiguity.nickl-2017-10-301-3/+3
|
* Source walk/Spring clean/Parameterize/Enhance et.al.nickl-2017-10-301-1/+6
| | | | | | | | | | | | | The following were applied during multiple itterations through the source. * Parameterize raw types. * Mark unused members. * Annotate override and deprecated methods. * Convert loops to enhance for loop. * Remove redundant else statements. * Widening collection type references. * Optimize code for improved readability. * Squash compiler warnings. * Identify smells.
* reformatted the code for fixing JASSIST-209.chibash2014-11-211-4/+4
| | | | It has been fixed by the previous commit, though.
* fixed a bug of accesses to annotation arguments.chibash2014-09-111-2/+2
| | | | | | If foo.Bar.Baz is a nested class in foo.Bar, then the argument of @MyAnnotation(foo.bar.Baz.class) could not be obtained. The test code is javassist.JvstTest4#testAnnArg().
* fixed JASSIST-181chiba2013-04-171-2/+9
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* added the Apache license.chiba2011-07-081-1/+2
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@584 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed a bug in write() in Annotation and ClassMemberValuechiba2006-08-131-1/+1
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@309 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* reformatted.chiba2006-07-181-30/+12
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@296 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* Move handling of primitive class value from MemberValue to ClassMemberValuekkhan2006-07-141-1/+38
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@292 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed a bug found when an annotation includes an empty array.chiba2005-09-071-1/+2
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@206 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* Array initializer supports and better annotation supports.chiba2005-08-251-4/+15
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@196 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* add support for obtaining default annotation member values (the same patch ↵chiba2005-02-271-1/+4
| | | | | | as Bill's but more javadoc comments) git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@161 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* reformatted the files edited by Bill.chiba2004-09-281-72/+62
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@138 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* * additional methods to AnnotationsAttribute to support addingpatriot1burke2004-09-141-60/+72
| | | | | | | | * turn off pruning. * move toClass back to ClassPool git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@137 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* revised javassist.bytecode.annotation package.chiba2004-06-251-42/+67
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@111 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* Added javassist.bytecode.AnnotationsAttribute and support classes.chiba2004-06-101-3/+3
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@110 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* added Enum support to AnnotationInfopatriot1burke2004-06-031-3/+6
| | | | | | | | Updated for JDK 1.5 Beta2 changes type_index for Annotation is now UTF8 descriptor, same for all other class types git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@108 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* changed the copyright notice of javassist.bytecode.annotationchiba2004-05-151-4/+12
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@104 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* fixed some annotation bugs and added some integration featurespatriot1burke2004-04-241-3/+15
| | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@94 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
* added annotation support. Only Enum types not supported when addingpatriot1burke2004-04-031-0/+48
annotations. This will also work on JDK 1.4. Well, it should. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@75 30ef5769-5b8d-40dd-aea6-55b5d6557bb3