com.pojosontheweb.ttt.IBodyTemplate Maven / Gradle / Ivy
The newest version!
package com.pojosontheweb.ttt;
/**
* Interface for "body templates" : i.e. templates that
* are used with try-resource.
*/
public interface IBodyTemplate extends AutoCloseable {
void open(TttWriter out);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy