1 2 3 4 5 6 7
// "declare @Type (should be @type)" @interface myInterface {} aspect A{ declare @Type: A : @myInterface; }