spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.72k stars 38.15k forks source link

Document visibility requirements for Bean Overrides #33923

Closed sbrannen closed 2 days ago

sbrannen commented 2 days ago

It is currently unclear what the visibility requirements for bean overrides are – for @TestBean fields and factory methods as well as @MockitoBean and @MockitoSpyBean fields.

There actually are no visibility requirements. Developers are free to choose the visibility they desire/need, and we should make that clear in the documentation.