bindings/java/: Add some javadoc markup to the interfaces.
[collectd.git] / bindings / java / org / collectd / api / CollectdConfigInterface.java
index fc6d9bd..7090507 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Interface for objects implementing a config function.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ * @see Collectd#registerConfig(String, CollectdConfigInterface)
+ */
 public interface CollectdConfigInterface
 {
        public int config (OConfigItem ci);