-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Kotlin: Overload resolution ambiguity between candidates:
fun registerBean(beanName: @nullable() String?, beanClass: Class, vararg constructorArgs: Any): Unit
fun registerBean(beanName: @nullable() String?, beanClass: Class, supplier: @nullable() Supplier?, vararg customizers: BeanDefinitionCustomizer): Unit
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid