# Functions
No description provided by the author
No description provided by the author
Autowired 自动注入依赖 v 注入目标, 必须是指针 目标为struct, 会遍历其成员,并根据注解 autowired 进行注入,并且按类型名将对象注入给其依赖性 如果输入为interface类型,则会将目标按类型名注入给其他依赖项 如果输入是基础类型, 则必须有name,并按name进行处理
names 为可选的对象别名,
如果不传,则用识别到的类型名进行存储与注入, 如果类型名的bean已存在,则报冲突panic 如果names为空,则会忽略类型名的冲突,并使用所有的名称进行注入, 如names存在冲突,一样会报冲突panic.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author