Version 4.0.1: android compatibility
[nikiroo-utils.git] / src / be / nikiroo / utils / resources / Meta.java
index d377dcc5c10c1c08ed0c7e98a4ae6a3f7be5bbd8..d50664da74f0828e3465383a9bb828222cd29ea9 100644 (file)
@@ -63,7 +63,7 @@ public @interface Meta {
         * use the value in the program, and LANGUAGE_CODE_FR, LANGUAGE_CODE_EN
         * inside for which the value must be set.
         * 
-        * @return the group
+        * @return TRUE if it is a group
         */
        boolean group() default false;
 
@@ -89,6 +89,13 @@ public @interface Meta {
         */
        boolean nullable() default true;
 
+       /**
+        * The default value of this item.
+        * 
+        * @return the value
+        */
+       String def() default "";
+
        /**
         * This item is a comma-separated list of values instead of a single value.
         *