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

// fully qualified reference to annotation type
aspect SimpleAspect3 {
  declare @type: c.d.DistantResource: @e.f.SimpleAnnotation2(classname="oranges");
}