aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs198/github_105/FooAspect.aj
blob: 0d8e10d9b1da5606d911421d50d18896edc40ce0 (plain)
1
2
3
4
public aspect FooAspect {
  declare @type:(@FooAnnotation *) :
    @BarAnnotation(name = "from FooAspect");
}