标签: spring dependency-injection annotations
假设我有一个使用@Named注释注入的bean。例如,
@Named public class MyBean {}
运行时bean的名称是什么?我在网上搜索但无法找到答案。也不知道如何调试以找到名称。
答案 0 :(得分:1)
bean的名称是类名。
示例:类CustomerService将命名为customerService