Closed
Description
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.