From: aclement Date: Fri, 25 Jan 2008 02:41:34 +0000 (+0000) Subject: paramannos: testcode X-Git-Tag: V1_6_0M2~90 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5259e0bd36e7023d9d4c427d1a936b3a79221761;p=aspectj.git paramannos: testcode --- diff --git a/weaver5/java5-testsrc/MA.java b/weaver5/java5-testsrc/MA.java new file mode 100644 index 000000000..38b08191c --- /dev/null +++ b/weaver5/java5-testsrc/MA.java @@ -0,0 +1,5 @@ + + +public @interface MA { + +} diff --git a/weaver5/java5-testsrc/MB.java b/weaver5/java5-testsrc/MB.java new file mode 100644 index 000000000..8b40cb861 --- /dev/null +++ b/weaver5/java5-testsrc/MB.java @@ -0,0 +1,5 @@ + + +public @interface MB { + +} diff --git a/weaver5/java5-testsrc/MC.java b/weaver5/java5-testsrc/MC.java new file mode 100644 index 000000000..7d0bf0d67 --- /dev/null +++ b/weaver5/java5-testsrc/MC.java @@ -0,0 +1,5 @@ + + +public @interface MC { + +} diff --git a/weaver5/java5-testsrc/MD.java b/weaver5/java5-testsrc/MD.java new file mode 100644 index 000000000..1b4b10087 --- /dev/null +++ b/weaver5/java5-testsrc/MD.java @@ -0,0 +1,5 @@ + + +public @interface MD { + +}