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.

SimpleAspect1.java 172B

123456
  1. package a.b;
  2. // explicitly reference target type in another package
  3. aspect SimpleAspect1 {
  4. declare @type: c.d.DistantResource: @SimpleAnnotation(classname="oranges");
  5. }