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

 

 

相关文章:

  • 2021-11-09
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-06-13
  • 2021-07-15
猜你喜欢
  • 2021-12-12
  • 2021-09-19
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案