Polish Bean Overriding in Tests section of the reference guide

See gh-32411
This commit is contained in:
Yanming Zhou
2024-03-11 10:06:06 +08:00
committed by Stéphane Nicoll
parent b431594021
commit 918c5f1f33

View File

@@ -99,7 +99,7 @@ The three annotations introduced above build upon the `@BeanOverride` meta-annot
and associated infrastructure, which allows to define custom bean overriding variants.
In order to provide an extension, three classes are needed:
- a concrete `BeanOverrideProcessor` `<P>`
- a concrete `BeanOverrideProcessor<P>`
- a concrete `OverrideMetadata` created by said processor
- an annotation meta-annotated with `@BeanOverride(P.class)`