bindings/java/: Add some javadoc markup to the interfaces.
[collectd.git] / bindings / java / org / collectd / api / CollectdFlushInterface.java
index 03fa532..abad042 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Interface for objects implementing a flush function.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ * @see Collectd#registerFlush
+ */
 public interface CollectdFlushInterface
 {
        public int flush (int timeout, String identifier);