Annotation Interface AutoWired


@Target(FIELD) @Retention(RUNTIME) public @interface AutoWired
跟spring 类似. 注入对象 如果注解的字段对象为接口 或者抽象类. 则必须只能有一个实现类. 被注入的对象需要保证是单例. 否则会有不可预测问题.
Author:
qiunet 2020-12-28 12:19