Merge branch 'subtree'
[nikiroo-utils.git] / src / be / nikiroo / utils / resources / Meta.java
index 8ed74dc565b9994f1a6ec7a1b530525dbcd4bdbb..fb4d4915015e2c1efbf4021c8dd7ef4d2623c98e 100644 (file)
@@ -60,6 +60,16 @@ public @interface Meta {
         * @return what it is
         */
        String description() default "";
+       
+       /**
+        * This item should be hidden from the user (she will still be able to
+        * modify it if she opens the file manually).
+        * <p>
+        * Defaults to FALSE (visible).
+        * 
+        * @return TRUE if it should stay hidden
+        */
+       boolean hidden() default false;
 
        /**
         * This item is only used as a group, not as an option.