X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Fresources%2FMeta.java;h=f316df4f63b0a4fa53292fae879834da95ad6eeb;hb=0877d6f5485d3531b9fde6c264e5848630c80baf;hp=d50664da74f0828e3465383a9bb828222cd29ea9;hpb=e8aa5bf9227a0d6a6d0bb6a8bc0cc04d0f4d601a;p=nikiroo-utils.git diff --git a/src/be/nikiroo/utils/resources/Meta.java b/src/be/nikiroo/utils/resources/Meta.java index d50664d..f316df4 100644 --- a/src/be/nikiroo/utils/resources/Meta.java +++ b/src/be/nikiroo/utils/resources/Meta.java @@ -46,11 +46,12 @@ public @interface Meta { * custom String value (basically, a {@link Format#FIXED_LIST} with an * option to enter a not accounted for value). */ - COMBO_LIST + COMBO_LIST, } /** - * A description of this item. + * A description of this item (what it is or does, how to explain that item + * to the user). * * @return what it is */ @@ -98,6 +99,11 @@ public @interface Meta { /** * This item is a comma-separated list of values instead of a single value. + *

+ * The list items are separated by a comma, each surrounded by + * double-quotes, with backslashes and double-quotes escaped by a backslash. + *

+ * Example: "un", "deux" * * @return TRUE if it is */