]> source.dussan.org Git - aspectj.git/commit
AnnotationBinding testcases: call and execution. Also verifies annotations in packag...
authoraclement <aclement>
Mon, 31 Jan 2005 11:32:01 +0000 (11:32 +0000)
committeraclement <aclement>
Mon, 31 Jan 2005 11:32:01 +0000 (11:32 +0000)
commit110b3d31ac12ea19c73963577fdfe18c69e5f4db
tree189df97e701774865b739127f70f220a2ea25e05
parent4501853bf4c480479a517a714805291d04febb98
AnnotationBinding testcases: call and execution.  Also verifies annotations in packages work correctly.
16 files changed:
tests/java5/annotations/binding/AtTarget1.aj [new file with mode: 0644]
tests/java5/annotations/binding/AtTarget2.aj [new file with mode: 0644]
tests/java5/annotations/binding/AtTarget3.aj [new file with mode: 0644]
tests/java5/annotations/binding/AtTarget4.aj [new file with mode: 0644]
tests/java5/annotations/binding/CallAnnBinding.aj [new file with mode: 0644]
tests/java5/annotations/binding/CallAnnBinding2.aj [new file with mode: 0644]
tests/java5/annotations/binding/CallAnnBinding3.aj [new file with mode: 0644]
tests/java5/annotations/binding/CallAnnBinding4.aj [new file with mode: 0644]
tests/java5/annotations/binding/CallAnnBinding5.aj [new file with mode: 0644]
tests/java5/annotations/binding/CallAnnBinding6.aj [new file with mode: 0644]
tests/java5/annotations/binding/ExecutionAnnBinding1.aj [new file with mode: 0644]
tests/java5/annotations/binding/complexExample/A.java [new file with mode: 0644]
tests/java5/annotations/binding/complexExample/B.java [new file with mode: 0644]
tests/java5/annotations/binding/complexExample/Color.java [new file with mode: 0644]
tests/java5/annotations/binding/complexExample/X.java [new file with mode: 0644]
tests/java5/annotations/binding/complexExample/X2.java [new file with mode: 0644]