アドバイスとカスタム属性があります。そのアドバイスクラスから呼び出された別のメソッドに属性を適用したいと思います。ただし、属性は呼び出されません。
私のSpring構成は、Spring.netマニュアルの例と非常によく似ています。
<object id="AspNetCacheAdvice" type="Spring.Aop.Support.AttributeMatchMethodPointcutAdvisor, Spring.Aop">
<property name="advice">
<object type="Aspect.AspNetCacheAdvice, Aspect"/>
</property>
<property name="attribute" value="Framework.AspNetCacheAttribute, Framework" />
</object>