publicaspectMinimalExample{declare@type:@AnnotationWithParam("arg")*:@AnnotationWithParam2("gra");// the following lines leads to a misleading compiler errordeclare@type:@AnnotationWithParamAndTypo("arg")*:@AnnotationWithParam2("gra");}@interfaceAnnotationWithParam{Stringvalue();}@interfaceAnnotationWithParam2{Stringvalue();}