2021年8月5日

摘要: 1 package org.springframework.beans.factory; 2 3 import org.springframework.lang.Nullable; 4 5 public interface FactoryBean<T> { 6 String OBJECT_TYPE_ 阅读全文

posted @ 2021-08-05 14:19 I_Dreamer 阅读(68) 评论(0) 推荐(0)