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.

pr112027.aj 108B

1234
  1. public aspect pr112027 {
  2. pointcut pc() : this(pr112027);
  3. before(pr112027 tis) : pc() && this(tis) { }
  4. }