java/sql-dk/src/info/globalcode/sql/dk/configuration/PropertyDeclaration.java
branchv_0
changeset 207 2bba68ef47c1
parent 205 d6624c3b146a
child 212 d154d6012cbe
--- a/java/sql-dk/src/info/globalcode/sql/dk/configuration/PropertyDeclaration.java	Sat Aug 15 10:20:39 2015 +0200
+++ b/java/sql-dk/src/info/globalcode/sql/dk/configuration/PropertyDeclaration.java	Sat Aug 15 10:34:18 2015 +0200
@@ -24,6 +24,9 @@
 import java.lang.annotation.Target;
 
 /**
+ * Declaration of the (formatter) properties – for documentation purposes.
+ *
+ * TODO: automatically inject properties (configured, ad-hoc, default ones) to the formatters
  *
  * @author Ing. František Kučera (frantovo.cz)
  */
@@ -46,4 +49,9 @@
 	 * @return documentation for the users
 	 */
 	String description();
+
+	/**
+	 * @return default value of this property
+	 */
+	String defaultValue();
 }