This commit is contained in:
Jesper Wilhelmsson 2017-03-30 21:02:33 +02:00
commit 1ea59ef2b8

View File

@ -69,6 +69,8 @@ package java.util;
* {@link java.beans} package. For reliable and ordered
* messaging among threads, consider using one of the concurrent data
* structures in the {@link java.util.concurrent} package.
* For reactive streams style programming, see the
* {@link java.util.concurrent.Flow} API.
*/
@Deprecated(since="9")
public class Observable {