diff options
Diffstat (limited to 'tests/bugs189/485583/Bar.aj')
-rw-r--r-- | tests/bugs189/485583/Bar.aj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs189/485583/Bar.aj b/tests/bugs189/485583/Bar.aj new file mode 100644 index 000000000..aa69e37f0 --- /dev/null +++ b/tests/bugs189/485583/Bar.aj @@ -0,0 +1,8 @@ +//import org.aspectj.lang.annotation.*; +// +//@SuppressLoggerWarning +@org.aspectj.lang.annotation.Aspect +public abstract class Bar { + public abstract pointcut applicationCode(); +} + |