/* * Created on 27.01.2004 * * To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ package org.plog4u.wiki.filter; /** * this interface indicates that a macro has a body content */ public interface IBodyTagSupportMacro { }