Skip to content

Commit ffb1caa

Browse files
committed
Polish contribution
See gh-32411
1 parent 918c5f1 commit ffb1caa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

framework-docs/modules/ROOT/pages/testing/annotations/integration-spring/annotation-beanoverriding.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ The three annotations introduced above build upon the `@BeanOverride` meta-annot
9999
and associated infrastructure, which allows to define custom bean overriding variants.
100100

101101
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)`.
105106

106107
The Spring TestContext Framework includes infrastructure classes that support bean
107108
overriding: a `BeanPostProcessor`, a `TestExecutionListener` and a `ContextCustomizerFactory`.

0 commit comments

Comments
 (0)