Merge branch 'import/ss/graphite' into ss/graphite
[collectd.git] / bindings / java / org / collectd / api / OConfigValue.java
index 5b40e66..1ebafff 100644 (file)
 
 package org.collectd.api;
 
+/**
+ * Java representation of collectd/src/liboconfig/oconfig.h:oconfig_value_t structure.
+ *
+ * @author Florian Forster <octo at verplant.org>
+ */
 public class OConfigValue
 {
   public static final int OCONFIG_TYPE_STRING  = 0;