Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] FATAL-AspectJWeaverLogger - trouble in:

Adrian Colyer wrote:
Making an educated guess based on the name of your aspect, you might also be able to use:

<aspects>
<exclude within="org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect"/>
</aspects>

as well if all you want to do is make sure this aspect is not used...

But I need this aspect.

-barry


Back to the top