commit | 6f3b64a7a95ee14e5508acf0c9d36bf355292856 | [log] [tgz] |
---|---|---|
author | Vinay Vishal <vinayvishal@users.noreply.github.com> | Mon Mar 19 10:45:55 2018 +0530 |
committer | GitHub <noreply@github.com> | Mon Mar 19 10:45:55 2018 +0530 |
tree | d8fc7470460c208c13fba9342c67e60a75c3936f | |
parent | 8a7832cebccd34010be32ad49e2ff57a77b7eda0 [diff] | |
parent | 5f01c8026427d6ebb02b2a89ee538d74cc988bcc [diff] |
Merge pull request #1 from vinayvishal/copyright-updates Update licenses, junit version
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.