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

hydra.constants.Constants Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
// Note: this is an automatically generated file. Do not edit.

package hydra.constants;

/**
 * A module for tier-0 constants.
 */
public interface Constants {
  String ignoredVariable = "_";
  
  hydra.core.Name placeholderName = new hydra.core.Name("Placeholder");
  
  Integer maxTraceDepth = 50;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy