commit | 270afe5ae592c65b1c944c6a882c1720574fbf19 | [log] [tgz] |
---|---|---|
author | Vinay Vishal <vinay.vishal@oracle.com> | Fri Sep 07 15:12:41 2018 +0530 |
committer | Vinay Vishal <vinay.vishal@oracle.com> | Fri Sep 07 15:12:41 2018 +0530 |
tree | fe63f57b1a749a9bcde9022bfd1e7d11f2625844 | |
parent | 6f3b64a7a95ee14e5508acf0c9d36bf355292856 [diff] |
Update as part of shutdown/migration process
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.