X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Fresources%2FMeta.java;h=f316df4f63b0a4fa53292fae879834da95ad6eeb;hb=0877d6f5485d3531b9fde6c264e5848630c80baf;hp=a83bcca418df48fca8f51efa6c1cf9b1275c8174;hpb=424dcb0d7835d3be74134bfa7c4152e492c6f9ce;p=fanfix.git diff --git a/src/be/nikiroo/utils/resources/Meta.java b/src/be/nikiroo/utils/resources/Meta.java index a83bcca..f316df4 100644 --- a/src/be/nikiroo/utils/resources/Meta.java +++ b/src/be/nikiroo/utils/resources/Meta.java @@ -47,16 +47,6 @@ public @interface Meta { * option to enter a not accounted for value). */ 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, } /** @@ -109,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 */