aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr211052/SimpleAspect1.java
blob: eae2e400245005bb1d39b654780df127101dde5a (plain)
1
2
3
4
5
6
package a.b;

// explicitly reference target type in another package
aspect SimpleAspect1 {
  declare @type: c.d.DistantResource: @SimpleAnnotation(classname="oranges");
}