1、在类的注释中加入 @deprecated,那么以后在其他类中引入该类时就会出现删除线表示该方法已过时。 /** * 得到汉字拼音首字母 (只支持 GB2312) * @see ChinesePinyin * @deprecated */ public abstract class ChineseSpell { }