// Bug 53012// Although the declare precedence mentions interfaces (and not aspects explicitly), it does// mention with a '+' suffix - this should be allowed.publicaspectPriority{publicinterfaceHighest{}publicinterfaceLowest{}declareprecedence:Highest+,*,Lowest+;}aspectSecurityimplementsPriority.Highest{}