Class ObnamingUtils

java.lang.Object
org.bzdev.obnaming.ObnamingUtils

public class ObnamingUtils extends Object
Utility class to get resource bundles, etc. After Java 8, the module system restricts the visibility of various classes. This is a utility class that will enable one to get a resource bundle associated with the org.bzdev.obnaming module. It is used by automatically generated code during initialization. As this code will be in other packages and modules, this class has to be public and in an exported package.