org.jboss.seam.international.status.Level Maven / Gradle / Ivy
The newest version!
/**
*
*/
package org.jboss.seam.international.status;
/**
* Severity of a given {@link Message}, used to represent varying levels of
* importance to the end user.
*
* @author Lincoln Baxter, III
*
*/
public enum Level
{
INFO, WARN, ERROR, FATAL;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy