package org.plog4u.wiki.filter; /** * Interface that indicates, that a macro content (i.e. body) * shouldn't be filtered in ParserFilter * * @see org.radeox.filter.WikipediaParser */ public interface INoParserBodyFilterMacro extends IBodyTagSupportMacro { }