summaryrefslogtreecommitdiffstats
path: root/tests/other-systems/ajc-src/Pcds.java
blob: fec81138ee9121214737161c37b8d67958bccf95 (plain)
1
2
3
4
public aspect Pcds {
    public pointcut withinMe(): within(org.aspectj..*);
    public pointcut myTarget(): target(org.aspectj..*);
}