package be.nikiroo.fanfix.bundles; import be.nikiroo.utils.resources.bundles.Bundle; /** * The type of configuration information the associated {@link Bundle} will * convey. * * @author niki */ public enum Target { /** * Configuration options that the user can change in the * .properties file. */ config, /** Translation resources. */ resources, }