com.github.mustachejava.Binding 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;
/**
* Bindings connect templates to their views.
*
* User: sam
* Date: 7/7/12
* Time: 6:07 PM
*/
public interface Binding {
public Object get(Object[] scopes);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy