
org.walkmod.javalang.compiler.JavaLangCompilerContracts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javalang-compiler Show documentation
Show all versions of javalang-compiler Show documentation
Library of compiler components to processs Java code.
package org.walkmod.javalang.compiler;
/**
* Global contract related definitions.
*/
public final class JavaLangCompilerContracts {
/** invariant checking maybe expensive so it's not enabled per default */
public static final boolean CHECK_INVARIANT_ENABLED = false;
/** invariants that are not ready for general use */
public static final boolean CHECK_EXPERIMENTAL_INVARIANT_ENABLED = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy