Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] annotations and "circularity in declare precedence"

Hi,

I'm testing the new annotation feature for my new book and have now a problem with the "declare precedence" statement. The following example

    declare precedence : (@PremiumPartner *), *;

results in the error message

    circularity in declare precedence, ''*'' occurs more than once	

It is the same example (apart form the name) as in the developers notebook.

regards
Oliver
--
Oliver Böhm
mailto:boehm@xxxxxxxxxx
http://www.javatux.de



Back to the top