Fix Javadoc in the DependencyOf annotation.

This commit is contained in:
John Blum
2021-12-13 18:53:11 -08:00
parent c79103a68f
commit e40cc6548f

View File

@@ -33,7 +33,7 @@ import org.springframework.core.annotation.AliasFor;
* However, with the {@link DependencyOf} annotation, a bean B can say it is a required dependency for bean A,
* or rather that bean A depends on bean B.
*
* Therefore, the following bean definitions for A & B are equivalent:
* Therefore, the following bean definitions for A and B are equivalent:
*
* <pre>
* <code>