mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
This commit is contained in:
parent
e72b5f7d8a
commit
b55b119b30
6 changed files with 37 additions and 23 deletions
|
@ -26,14 +26,17 @@
|
|||
/**
|
||||
* Defines the JavaBeans Activation Framework (JAF) API.
|
||||
*
|
||||
* <p> This module is upgradeble.
|
||||
*
|
||||
* @moduleGraph
|
||||
* @since 9
|
||||
*/
|
||||
@Deprecated(since="9", forRemoval=true)
|
||||
module java.activation {
|
||||
requires transitive java.datatransfer;
|
||||
requires java.logging;
|
||||
|
||||
requires transitive java.datatransfer;
|
||||
|
||||
exports javax.activation;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue