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.
用語集によると、非推奨により、API から何かを削除できます。これは標準 API で発生したことがありますか?
いいえ、私の知る限り、Java の public メソッドは削除されたことはありません。設計が不適切で使用すべきではないメソッドは非推奨としてマークされていますが、これまでのところ削除されたことはありません。
これはおそらく、彼ら (Sun、Oracle、JSR コミュニティなど) が、これらのメソッドに依存する古いコードを壊したくないためです。