java & spring 注解 备忘



java deprecated 注解

 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()

原文地址:https://www.cnblogs.com/netact/p/10176508.html