File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
framework-docs/modules/ROOT/pages/testing/annotations/integration-spring Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,10 @@ The three annotations introduced above build upon the `@BeanOverride` meta-annot
99
99
and associated infrastructure, which allows to define custom bean overriding variants.
100
100
101
101
In order to provide an extension, three classes are needed:
102
- - a concrete `BeanOverrideProcessor` `<P>`
103
- - a concrete `OverrideMetadata` created by said processor
104
- - an annotation meta-annotated with `@BeanOverride(P.class)`
102
+
103
+ - A concrete `BeanOverrideProcessor<P>`.
104
+ - A concrete `OverrideMetadata` created by said processor.
105
+ - An annotation meta-annotated with `@BeanOverride(P.class)`.
105
106
106
107
The Spring TestContext Framework includes infrastructure classes that support bean
107
108
overriding: a `BeanPostProcessor`, a `TestExecutionListener` and a `ContextCustomizerFactory`.
You can’t perform that action at this time.
0 commit comments