spring中@ConstructorProperties的做用

spring中@ConstructorProperties的做用以具體實例來解釋:下面是寫的HelloService和NewHello的Beanpublic class HelloService {    public String sayHello(){        return "hello";    }}import java.beans.ConstructorProperties;pub
相關文章
相關標籤/搜索