You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no reason for this class to be package protected. All implementations are private and we only expose the list of delegates. While most of these are related to bean definition business, a custom test may like to be able to get a hold of it. Having a factory method there could be quite useful.
The text was updated successfully, but these errors were encountered:
There's no reason for this class to be package protected. All implementations are private and we only expose the list of delegates. While most of these are related to bean definition business, a custom test may like to be able to get a hold of it. Having a factory method there could be quite useful.
The text was updated successfully, but these errors were encountered: