0

aop.xml で複数のアスペクトを使用している場合、クエリがあります。ここに問題があります。私は some<include><exclude>myを定義しました<weaver>。私のaopファイルには3つの側面があります。私は特定の側面を定義する必要があり<include>ます<exclude>。どのようにそれが可能です。前もって感謝します。

4

1 に答える 1

0

I need to use the most broad include so all 3 aspects can do their work. Just because you weave into a lot of classes, does not mean it will affect all classes. This is done in your pointcuts.

于 2009-12-24T12:44:18.193 に答える