What is the replacement for javax.activation package in java 9?

JavaBeans Activation Framework (JAF) is possibly the alternative you are looking for to the existing package. 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. The standalone APIs are supported in … Read more