X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=resources%2FMeta.java;h=fb4d4915015e2c1efbf4021c8dd7ef4d2623c98e;hp=8ed74dc565b9994f1a6ec7a1b530525dbcd4bdbb;hb=ee020e75a5de0c1e54557db79f77edc50e05ea04;hpb=e7437397e0b515af880f4f5ee94a638ee7348556 diff --git a/resources/Meta.java b/resources/Meta.java index 8ed74dc..fb4d491 100644 --- a/resources/Meta.java +++ b/resources/Meta.java @@ -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). + *

+ * 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.