bindings/java/: Add some javadoc markup to the interfaces.
[collectd.git] / bindings / java / org / collectd / api / CollectdWriteInterface.java
index 13315a6..a1220f5 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Interface for objects implementing a write function.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ * @see Collectd#registerWrite
+ */
 public interface CollectdWriteInterface
 {
        public int write (ValueList vl);