摘要:
代码如下: /** * 注入的注解,为空,仅起标志作用 */ @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) @interface Inject { } /** * 获取 bean 的容器,必通通过容器获取,而不能使用 阅读全文
posted @ 2019-12-15 13:54
yuanyb
阅读(1376)
评论(0)
推荐(0)
浙公网安备 33010602011771号