@interfaceAnnotation{}aspectB{declare@field:intC.anotherField:@Annotation;// should be wovendeclare@field:intsomeField:@Annotation;// shouldn't have any errorsdeclare@field:intC.aField:@Annotation;// shouldn't have any errors}classC{@AnnotationintaField=1;}aspectD{publicintC.anotherField;}