org.xnio.package-info Maven / Gradle / Ivy
Go to download
This artifact provides a single jar that contains all classes required to use remote EJB and JMS, including
all dependencies. It is intended for use by those not using maven, maven users should just import the EJB and
JMS BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up
with different versions on classes on the class path).
/**
* The main API package for XNIO.
*
* In addition to interfaces that are used and implemented by users of XNIO, this package contains several utility
* classes which, while not required to write an XNIO application, simplify boilerplate tasks associated with low-level
* I/O operations.
*/
package org.xnio;