package org.plog4u.wiki.filter; /** * * * Interface that indicates to render the result of a macro call */ public interface IRenderResultMacro { }