-
Couldn't load subscription status.
- Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Currently, if a BeanDefinitionReader is registered via @ImportResource(reader = ...), the reader type must be public and have a public constructor that accepts a single BeanDefinitionRegistry argument.
In order to support registration of a custom, non-public BeanDefinitionReader, we should relax the undocumented visibility restriction.
In addition, we should document the fact that the BeanDefinitionReader's constructor must accept a single BeanDefinitionRegistry argument.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement