Commit f4bb9e3b authored by Stephane Nicoll's avatar Stephane Nicoll

Polish doc

Closes gh-5404
parent f699bd24
......@@ -4383,6 +4383,13 @@ knowledge of each other, you can also use `@AutoconfigureOrder`. That annotation
same semantic as the regular `@Order` annotation but provides a dedicated order for
auto-configuration classes.
[NOTE]
====
Auto-configurations have to be loaded that way _only_. Make sure that they are defined in
a specific package space and that they are never the target of component scan in
particular.
====
[[boot-features-condition-annotations]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment