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.

foo2.xml 173B

1234567
  1. <!-- A is scoped to only affect certain types matching the scope -->
  2. <aspectj>
  3. <aspects>
  4. <aspect name="A" scope="B"/>
  5. <!-- <aspect name="A2"/> -->
  6. </aspects>
  7. </aspectj>