Update spec license.
2 files changed
tree: 5f4f9d266c1f1789a1aed9b95d306ab76f0c01c7
  1. activation/
  2. activationapi/
  3. demo/
  4. doc/
  5. .gitignore
  6. CONTRIBUTING.md
  7. copyright-exclude
  8. LICENSE.txt
  9. pom.xml
  10. README.md
README.md

JavaBeans Activation Framework (JAF)

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.