|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Peter Gromov |
|
Subsystem
|
J2EE.Spring |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
108.65 |
<aop:config>
<aop:aspect id="usageTrackerAspect" ref="simpleAspectBean">
<aop:declare-parents types-matching="foo.bar.aop.SimpleTarget+" implement-interface="foo.bar.aop.MyMixin"
default-impl="foo.bar.aop.MyMixinImpl"/>
<aop:around pointcut="this(foo.bar.aop.MyMixin)" method="around"/>
</aop:aspect>
</aop:config>
|
|