com.github.mustachejava.reflect.ClassGuard 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 com.google.common.base.Predicate;
/**
* Ensure that the class of the current scope is that same as when this wrapper was generated.
* User: spullara
* Date: 4/13/12
* Time: 9:23 AM
* To change this template use File | Settings | File Templates.
*/
public class ClassGuard implements Predicate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy