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

com.github.jlgrock.javascriptframework.closurecompiler.ErrorLevel Maven / Gradle / Ivy

Go to download

The plugin that will create a debug version and run the Google Closure Compiler on the source code to create a heavily minified file.

The newest version!
package com.github.jlgrock.javascriptframework.closurecompiler;

/**
 * The enumerated Google warning levels.
 */
public enum ErrorLevel {
	/**
	 * No error reporting.
	 */
    NONE,
    /**
     * Simple error reporting.
     */
    SIMPLE,
    /**
     * Warning-level error reporting.
     */
    WARNING,
    /**
     * Strict error reporting.
     */
    STRICT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy