root/trunk/src/java/org/jcoderz/commons/connector/package.html

Revision 1, 0.6 kB (checked in by amandel, 6 years ago)

Tags dir

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5   <head>
6      <title>org.jcoderz.commons.connector</title>
7   </head>
8
9   <body>
10      <p>This package contains a set of classes and interfaces that should be used
11         by a resource adapter specific implementation of the J2EE Connector API.
12      </p>
13      <p> Classes in this package are only allowed to have a dependency to the
14          JDK and to the package {@link javax.resource}.</p>
15   </body>
16
17</html>
Note: See TracBrowser for help on using the browser.