Skip to content

Commit 6e9607c

Browse files
committed
Use double dot in META-INF/aop.xml documentation
Closes gh-32264
1 parent b4bec4c commit 6e9607c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework-docs/modules/ROOT/pages/core/aop/using-aspectj.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ standard AspectJ. The following example shows the `aop.xml` file:
521521
<aspectj>
522522
523523
<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..*"/>
526526
</weaver>
527527
528528
<aspects>
@@ -731,8 +731,8 @@ For example:
731731
<aspectj>
732732
733733
<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..*"/>
736736
</weaver>
737737
738738
</aspectj>

0 commit comments

Comments
 (0)