aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features1611/declareMinus/aspectjtest/ExampleItd.aj
blob: 7f7521cf31eac75613d0dc95b9d73b2fc9b2992f (plain)
1
2
3
4
5
6
7
8
9
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).

package aspectjtest;

privileged aspect ExampleItd {
    declare @field: * MyEntity.myField: -@AnnotationA;
    declare @field: * MyEntity.myField: @AnnotationB;
}