package org.kefirsf.bb.conf; /** * Base interface for template elements. * * @author Vitaliy Samolovskih aka Kefir */ public interface TemplateElement { }