All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mustachejava.Binding Maven / Gradle / Ivy

There is a newer version: 0.9.14
Show newest version
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