File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
framework-docs/modules/ROOT/pages/core/aop Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -521,8 +521,8 @@ standard AspectJ. The following example shows the `aop.xml` file:
521
521
<aspectj>
522
522
523
523
<weaver>
524
- <!-- only weave classes in our application-specific packages -->
525
- <include within="com.xyz.*"/>
524
+ <!-- only weave classes in our application-specific packages and sub-packages -->
525
+ <include within="com.xyz.. *"/>
526
526
</weaver>
527
527
528
528
<aspects>
@@ -731,8 +731,8 @@ For example:
731
731
<aspectj>
732
732
733
733
<weaver>
734
- <!-- only weave classes in our application-specific packages -->
735
- <include within="com.xyz.*"/>
734
+ <!-- only weave classes in our application-specific packages and sub-packages -->
735
+ <include within="com.xyz.. *"/>
736
736
</weaver>
737
737
738
738
</aspectj>
You can’t perform that action at this time.
0 commit comments