Add documentation.
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / async / package-info.java
diff --git a/src/main/java/org/yaz4j/async/package-info.java b/src/main/java/org/yaz4j/async/package-info.java
new file mode 100644 (file)
index 0000000..ef84756
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 1995-2013, Index Data
+ * All rights reserved.
+ * See the file LICENSE for details.
+ */
+/**
+ * Asynchronous ZOOOM API for developing non-blocking, multi-target applications.
+ * 
+ * This package is highly experimental: classes and interfaces
+ * may be marked as @Unstable. Don't be surprised by breaking changes to those
+ * types.
+ * 
+ * For background:
+ * @see <a href="http://www.indexdata.com/yaz/doc/zoom.events.html">ZOOM-API</a>
+ */
+package org.yaz4j.async;