aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/declare/DeathByPoorSpelling.aj
blob: 64404dd6d5e358bfeca4a62cdcec421c1d863c1b (plain)
1
2
3
4
5
6
7
// "declare @Type (should be @type)"

@interface myInterface {}

aspect A{
  declare @Type: A : @myInterface;
}