]> source.dussan.org Git - aspectj.git/commit
optimizationasm: new BCI independant Annotation representation.
authoraclement <aclement>
Wed, 22 Feb 2006 15:11:07 +0000 (15:11 +0000)
committeraclement <aclement>
Wed, 22 Feb 2006 15:11:07 +0000 (15:11 +0000)
commit79fdd0c8e7290b12ecca0b12aa62faa8b35a5709
tree34792214904aa1304a99e8f892ea292d3b3d6f36
parent88e28464f1dac4cb824af1ab761891c57e9ba95a
optimizationasm: new BCI independant Annotation representation.
weaver/src/org/aspectj/weaver/AnnotationAJ.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/AnnotationAnnotationValue.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/AnnotationNameValuePair.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/AnnotationValue.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/AnnotationX.java
weaver/src/org/aspectj/weaver/ArrayAnnotationValue.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/ClassAnnotationValue.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/EnumAnnotationValue.java [new file with mode: 0644]