All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.clapper.util.regex.Package Maven / Gradle / Ivy

The newest version!
package org.clapper.util.regex;

/**
 * Package-specific shared utility methods. Used only within this package.
 */
final class Package
{
    /*----------------------------------------------------------------------*\
                                 Constants
    \*----------------------------------------------------------------------*/

    /**
     * The name of the resource bundle for this package.
     */
    static final String BUNDLE_NAME = "org.clapper.util.regex.Bundle";

    /*----------------------------------------------------------------------*\
                                Constructor
    \*----------------------------------------------------------------------*/

    private Package()
    {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy