]> source.dussan.org Git - aspectj.git/commit
From The Branch: Alex's new annotations for annotation style development
authoraclement <aclement>
Tue, 12 Apr 2005 15:05:12 +0000 (15:05 +0000)
committeraclement <aclement>
Tue, 12 Apr 2005 15:05:12 +0000 (15:05 +0000)
commitead3a2c5810fd37b9753f1344df8ddd308b1289d
tree72a4c98b25af70816e3dd96ab814df21325ca00c
parent914a6656eb6a47ac66a7bbb8c5b0c15b98100c80
From The Branch: Alex's new annotations for annotation style development
aspectj5rt/java5-src/org/aspectj/lang/annotation/After.java [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterReturning.java [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/Around.java [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/Aspect.java [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/Before.java [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclarePrecedence.java [new file with mode: 0644]
aspectj5rt/java5-src/org/aspectj/lang/annotation/Pointcut.java [new file with mode: 0644]