BeanDefinitionBuilder method arguments not annotated with @Nullable [SPR-15841] #20396
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Mark Paluch opened SPR-15841 and commented
BeanDefinitionBuilder
declaressetInitMethodName
,setDestroyMethodName
andsetScope
methods that do not accept@Nullable
arguments.Forwarding values from a given
BeanDefinition
requires warning suppression or additional code to satisfy null checks:Affects: 5.0 RC3
Issue Links:
Referenced from: commits 09f5c71
The text was updated successfully, but these errors were encountered: