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