X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Fresources%2FMeta.java;h=a83bcca418df48fca8f51efa6c1cf9b1275c8174;hb=9e834013f84e8797acf26f5418ae3448044ad097;hp=d50664da74f0828e3465383a9bb828222cd29ea9;hpb=10b6023d2b40921bfc55abf414a988ca19e5e142;p=fanfix.git diff --git a/src/be/nikiroo/utils/resources/Meta.java b/src/be/nikiroo/utils/resources/Meta.java index d50664d..a83bcca 100644 --- a/src/be/nikiroo/utils/resources/Meta.java +++ b/src/be/nikiroo/utils/resources/Meta.java @@ -46,11 +46,22 @@ 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 list of {@link Format#STRING}s. + *

+ * 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" + */ + LIST_OF_STRINGS, } /** - * 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 */