summaryrefslogtreecommitdiffstats
path: root/tests/base/test135/pack/PackJoinPointFields.java
blob: bd6bf46e308028d8933baabbafc54c654b7daf81 (plain)
1
2
3
4
5
6
package test135.pack;

public aspect PackJoinPointFields
    extends JoinPointFields issingleton() { /*of eachJVM() {*/
    protected pointcut onTypes(): target(test135.pack.PackFoo);
}