hydra.constants.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hydra-java Show documentation
Show all versions of hydra-java Show documentation
The Hydra language for strongly-typed transformations
// 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;
}