1 2 3 4 5 6 7 8 9
package foo; import bar.PrintAround; public aspect PrintAroundFoo extends PrintAround { pointcut method() : call (void Main(String[])); }