commit | 8a7832cebccd34010be32ad49e2ff57a77b7eda0 | [log] [tgz] |
---|---|---|
author | Bill Shannon <bill.shannon@oracle.com> | Thu Sep 07 10:44:37 2017 -0700 |
committer | Bill Shannon <bill.shannon@oracle.com> | Thu Sep 07 10:44:37 2017 -0700 |
tree | 5aa476bcf6428e189c92dc013b240c6b2bba60f3 | |
parent | b7ef33dcc42dcd17c861abaf597f975dc3b51c98 [diff] |
Add documentation of JDK 9 module name.
The JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
JAF is used by JavaMail and JAX-WS for data content handling.
JAF is included in Java SE 6 and later.
This standalone release of JAF uses a Java Platform Module System “automatic” module name of java.activation
, to match the module name used in JDK 9. A future version will include full module metadata.