summaryrefslogtreecommitdiffstats
path: root/tests/base/test135/JoinPointFields.java
blob: dd83e79691abfcc0fcf36c6d4d25a9ce26df043c (plain)
1
2
3
4
5
6
7
package test135;

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

    private int x = protectedField;
}