From 29ff1d8b622942ebae950e856ea4923fb03ba8c1 Mon Sep 17 00:00:00 2001 From: acolyer Date: Wed, 8 Dec 2004 16:27:58 +0000 Subject: first @annotation test --- tests/java5/annotations/AnnotationAspect03.aj | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/java5/annotations/AnnotationAspect03.aj (limited to 'tests/java5') diff --git a/tests/java5/annotations/AnnotationAspect03.aj b/tests/java5/annotations/AnnotationAspect03.aj new file mode 100644 index 000000000..04399e188 --- /dev/null +++ b/tests/java5/annotations/AnnotationAspect03.aj @@ -0,0 +1,7 @@ +public aspect AnnotationAspect03 { + + declare warning : execution(* *.*(..)) && @annotation(@SimpleAnnotation) + : "@annotation matched here"; + + +} \ No newline at end of file -- cgit v1.2.3