summaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr211052/SimpleAspect2.java
blob: f3438d5898dd62013fd2363aa511e3067f7eaa75 (plain)
1
2
3
4
5
6
7
8
package a.b;

import c.d.DistantResource;

// import target type
aspect SimpleAspect1 {
  declare @type: DistantResource: @SimpleAnnotation(classname="oranges");
}