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.

PR90827.aj 131B

123456
  1. // "enum called Enum, annotation called Annotation, etc"
  2. enum Enum {A,B,C}
  3. @interface Annotation {}
  4. aspect Aspect{}
  5. class Class{}