com.github.mustachejava.reflect.DepthGuard Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Implementation of mustache.js for Java
package com.github.mustachejava.reflect;
import javax.annotation.Nullable;
import com.google.common.base.Predicate;
/**
* Check that there are the same number of scope levels.
*/
public class DepthGuard implements Predicate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy