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.

DominatesWithCommas.java 236B

1234567891011
  1. public class DominatesWithCommas {
  2. public static void main(String[] args) {
  3. new DominatesWithCommas().realMain(args);
  4. }
  5. public void realMain(String[] args) {
  6. }
  7. }
  8. aspect A dominates B,C{}
  9. aspect B {}
  10. aspect C {}