001 /*
002 @license.text@
003 */
004 package biz.hammurapi.codegen;
005
006 /**
007 * @author Pavel Vlasov
008 *
009 */
010 public interface DocumentingConsumer extends Consumer {
011 void close();
012 }