1 2 3 4 5 6
package client; import lib.AbstractA; aspect MyAspect1 extends AbstractA { protected pointcut scope(): within(client.*); }