1 2 3 4
public aspect FooAspect { declare @type:(@FooAnnotation *) : @BarAnnotation(name = "from FooAspect"); }