[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Re: Infinite recursion using Aspects.aspectOf

I have resolved the recursion by renaming the static method in my aspect from "aspectOf" to "beanAspectOf". I'm guessing that the aspectj Aspects.aspectOf() method delegates to the aspect class if the method exists on the aspect class.

-barry