You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

JoinPointFields.java 202B

1234567
  1. package test135;
  2. public aspect JoinPointFields extends test135.pack.JoinPointFields issingleton() { //of eachJVM() {
  3. protected pointcut onTypes(): target(*);
  4. private int x = protectedField;
  5. }