]> source.dussan.org Git - aspectj.git/commit
Declare annotation: new infrastructure. AnnotationX is a holder for a real annotatio...
authoraclement <aclement>
Thu, 10 Mar 2005 17:21:06 +0000 (17:21 +0000)
committeraclement <aclement>
Thu, 10 Mar 2005 17:21:06 +0000 (17:21 +0000)
commitca004fd36e4280bfb78b58c37fcb1b6dfcbdb223
tree1340b6b1922b424d0bfe76e4dcd584effda4d34b
parent61d90580a82596c0a6f00ecd5d8b52af411ab18d
Declare annotation: new infrastructure.  AnnotationX is a holder for a real annotation (which is currently always a BCEL annotation) - annotationX's can flow outside of the bcel subpackages in the weaver.
weaver/src/org/aspectj/weaver/AnnotationOnTypeMunger.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/AnnotationX.java [new file with mode: 0644]