org.aspectj/tests/other-systems/ajc-src/Pcds.java
2002-12-16 18:51:06 +00:00

5 lines
135 B
Java

public aspect Pcds {
public pointcut withinMe(): within(org.aspectj..*);
public pointcut myTarget(): target(org.aspectj..*);
}