8155052: add notes and links to j.u.Observer/Observable deprecation comments

Reviewed-by: chegar
This commit is contained in:
Stuart Marks 2017-03-30 11:26:31 -07:00
parent 4d4a698b5a
commit c3e64cb01c

@ -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 {