aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testdata/src1/binary/client/MyAspect1.aj
blob: bec3ad781c3e7cbe066421f8c0e901c1c518d77d (plain)
1
2
3
4
5
6
package client;
import lib.AbstractA;

aspect MyAspect1 extends AbstractA {
	protected pointcut scope(): within(client.*);
}