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.

SimpleAspect2.java 164B

12345678
  1. package a.b;
  2. import c.d.DistantResource;
  3. // import target type
  4. aspect SimpleAspect1 {
  5. declare @type: DistantResource: @SimpleAnnotation(classname="oranges");
  6. }