java & spring 註解 備忘

 

 

 

 

java deprecated 註解java

 1 /**
 2  * General service for all common business logic.
 3  *
 4  * @author wanghaipeng, haipeng.wang@leyantech.com
 5  * @date 2018/10/18 下午10:03.
 6  *
 7  * @deprecated use {@link CommonBizServiceV2} instead.
 8  */
 9 @Deprecated
10 public Object xxxx()
相關文章
相關標籤/搜索