diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-23 17:43:47 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-23 17:43:47 +0700 |
commit | 4b93b6867d84279faf29b63bb53f3ea48bcc55c7 (patch) | |
tree | 08a61ef46bacd5ea0368edf23157f0494d1477e1 /docs | |
parent | ad99b202d9033547d1c6beff3910346d599881c3 (diff) | |
download | aspectj-4b93b6867d84279faf29b63bb53f3ea48bcc55c7.tar.gz aspectj-4b93b6867d84279faf29b63bb53f3ea48bcc55c7.zip |
Rephrase docs for WeavingXmlConfig::excludesType
and turn into javadoc.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devguide/ltw.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devguide/ltw.adoc b/docs/devguide/ltw.adoc index 1d1831c92..922ac8a07 100644 --- a/docs/devguide/ltw.adoc +++ b/docs/devguide/ltw.adoc @@ -233,7 +233,7 @@ matched by any exclude statements. If there are no include statements then all non-excluded aspects are included. * The set of types to be woven are those types matched by at least one weaver `include` element and not matched by any weaver `exclude` -element. If there are no weaver include statements then all non-excluded +element. If there are no weaver include statements, then all non-excluded types are included. * The weaver options are derived by taking the union of the options specified in each of the weaver options attribute specifications. Where |