Code

Merge branch 'collectd-4.6' into collectd-4.7
[collectd.git] / bindings / java / org / collectd / api / CollectdConfigInterface.java
index fc6d9bdcdbf29d3db0fd42c9d646d08cd8a35e5f..060f9442fb18544d74cf3e365e6e00a01bc24d96 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Interface for objects implementing a config method.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ * @see Collectd#registerConfig(String, CollectdConfigInterface)
+ */
 public interface CollectdConfigInterface
 {
        public int config (OConfigItem ci);