Add documentation.
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / async / package-info.java
1 /*
2  * Copyright (c) 1995-2013, Index Data
3  * All rights reserved.
4  * See the file LICENSE for details.
5  */
6 /**
7  * Asynchronous ZOOOM API for developing non-blocking, multi-target applications.
8  * 
9  * This package is highly experimental: classes and interfaces
10  * may be marked as @Unstable. Don't be surprised by breaking changes to those
11  * types.
12  * 
13  * For background:
14  * @see <a href="http://www.indexdata.com/yaz/doc/zoom.events.html">ZOOM-API</a>
15  */
16 package org.yaz4j.async;