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.

pr115607.java 90B

1234567
  1. @interface I {}
  2. class Simple {}
  3. public aspect pr115607 {
  4. declare @type: Simple : @I;
  5. }