Make BeanDefinitionPropertyValueCodeGeneratorDelegates public #34761
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
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: