
org.clapper.util.regex.Package Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javautil Show documentation
Show all versions of javautil Show documentation
A general-purpose Java utility library
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()
{
}
}