only keep the sources
[nikiroo-utils.git] / resources / package-info.java
1 /**
2 * This package encloses the classes needed to use
3 * {@link be.nikiroo.utils.resources.Bundle}s
4 * <p>
5 * Those are basically a <tt>.properties</tt> resource linked to an enumeration
6 * listing all the fields you can use. The classes can also be used to update
7 * the linked <tt>.properties</tt> files (or export them, which is useful when
8 * you work from a JAR file).
9 * <p>
10 * All those classes expect UTF-8 content only.
11 *
12 * @author niki
13 */
14 package be.nikiroo.utils.resources;