Skip to content

Commit

Permalink
Polish contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Mar 11, 2024
1 parent 918c5f1 commit ffb1caa
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,10 @@ 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 `OverrideMetadata` created by said processor
- an annotation meta-annotated with `@BeanOverride(P.class)`

- A concrete `BeanOverrideProcessor<P>`.
- A concrete `OverrideMetadata` created by said processor.
- An annotation meta-annotated with `@BeanOverride(P.class)`.

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

0 comments on commit ffb1caa

Please sign in to comment.