選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pr112027.aj 108B

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