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.

SimpleAspect4.java 203B

123456789
  1. package a.b;
  2. import c.d.DistantResource;
  3. import e.f.SimpleAnnotation2;
  4. // import the annotation type
  5. aspect SimpleAspect4 {
  6. declare @type: DistantResource: @SimpleAnnotation2(classname="oranges");
  7. }