From 7dfbc16f1f392ae3f60fe347c448acc3a716fd70 Mon Sep 17 00:00:00 2001 From: nkjackzhang Date: Wed, 6 Jul 2016 16:20:55 +0800 Subject: [PATCH] Polish doc Closes gh-1099 --- src/asciidoc/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index 44a1619038..a170f2f9b9 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -5253,7 +5253,7 @@ comma/semicolon/space-separated list that includes the parent package of each cl [NOTE] ==== for concision, the above may have used the `value` attribute of the -annotation, i.e. `ComponentScan("org.example")` +annotation, i.e. `@ComponentScan("org.example")` ==== The following is an alternative using XML