X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=resources%2Fpackage-info.java;fp=resources%2Fpackage-info.java;h=bda940b99531bf3ce8ef84b39c97c4c1524a89fb;hb=46add0670fdee4bd936a13fe2448c5e20a7ffd0a;hp=0000000000000000000000000000000000000000;hpb=1b5197ed4ceec2025a9a40c417b37c646b756138;p=nikiroo-utils.git diff --git a/resources/package-info.java b/resources/package-info.java new file mode 100644 index 0000000..bda940b --- /dev/null +++ b/resources/package-info.java @@ -0,0 +1,14 @@ +/** + * This package encloses the classes needed to use + * {@link be.nikiroo.utils.resources.Bundle}s + *

+ * Those are basically a .properties resource linked to an enumeration + * listing all the fields you can use. The classes can also be used to update + * the linked .properties files (or export them, which is useful when + * you work from a JAR file). + *

+ * All those classes expect UTF-8 content only. + * + * @author niki + */ +package be.nikiroo.utils.resources; \ No newline at end of file