Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Lana Steuck committed Aug 18, 2016
2 parents b95b703 + 76e3b2e commit cc30cb4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jaxws/src/java.activation/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
* questions.
*/

/**
* Defines the JavaBeans Activation Framework (JAF) API.
*/
module java.activation {
requires public java.datatransfer;
// dependence on java.beans.Beans to be eliminated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
* questions.
*/

/**
* Defines a subset of the Common Annotations API to support programs running
* on the Java SE Platform.
*/
module java.annotations.common {
exports javax.annotation;
}
Expand Down
3 changes: 3 additions & 0 deletions jaxws/src/java.xml.bind/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
* questions.
*/

/**
* Defines the Java Architecture for XML Binding (JAXB) API.
*/
module java.xml.bind {
requires public java.activation;
requires public java.xml;
Expand Down
4 changes: 4 additions & 0 deletions jaxws/src/java.xml.ws/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
* questions.
*/

/**
* Defines the Java API for XML-Based Web Services (JAX-WS), and
* the Web Services Metadata API.
*/
module java.xml.ws {
requires public java.activation;
requires public java.xml;
Expand Down

0 comments on commit cc30cb4

Please sign in to comment.