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;
import java.util.List;
/**
* Bindings connect templates to their views.
*
* User: sam
* Date: 7/7/12
* Time: 6:07 PM
*/
public interface Binding {
Object get(List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy