/** * 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;