package info.freelibrary.util; /** * Project constants, which include the name of the project's I18N messages file. * * @author <a href="mailto:ksclarke@ksclarke.io">Kevin S. Clarke</a> */ public interface Constants { public static final String FREELIB_UTIL_MESSAGES = "freelib-utils_messages"; }