Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-04-10 16:14:13 +02:00
2 changed files with 13 additions and 4 deletions

View File

@@ -6168,6 +6168,13 @@ actually use the `value` attribute to refer to the real class, even though that
might not actually appear on the running application classpath. You can also use the
`name` attribute if you prefer to specify the class name using a `String` value.
[TIP]
====
If you are using `@ConditionalOnClass` or `@ConditionalOnMissingClass` as apart of a
meta-annotation to compose your own composed annotations you must use `name` as referring
to the class in such a case is not handled.
====
[[boot-features-bean-conditions]]