Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该使用什么 java 注释来提醒类/方法用户当前类/方法没有执行声明的意图?(当用作占位符时)@deprecated不太正确,因为它表明有其他方法可以替换当前的方法,而没有这种方法。
@deprecated