You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After several weeks of digging, I found the code that worked. I would like to contribute based on this code. originally, I was use the registerBean method, but the compiler could not find a proper overriding method because the compile time type of beanClass was not clear, so I copied the ClassDerivedBeanDefinition code and called registerBeanDefinition. there anything I need to know?
After several weeks of digging, I found the code that worked. I would like to contribute based on this code. originally, I was use the registerBean method, but the compiler could not find a proper overriding method because the compile time type of beanClass was not clear, so I copied the ClassDerivedBeanDefinition code and called registerBeanDefinition. there anything I need to know?
The text was updated successfully, but these errors were encountered: