8181195: Mark java.se.ee aggregator module deprecated and for removal

Reviewed-by: joehw, alanb, mchung
This commit is contained in:
Lance Andersen 2017-06-07 15:05:35 -04:00
parent e7a9736953
commit 644aec5212

View File

@ -34,6 +34,7 @@
*/
@SuppressWarnings({"deprecation",
"removal"}) // java.corba and other modules
@Deprecated(since="9", forRemoval=true)
module java.se.ee {
requires transitive java.se;