initial contribution
[phpeclipse.git] / archive / org.plog4u.wiki / src / org / plog4u / wiki / filter / IBodyTagSupportMacro.java
1 /*
2  * Created on 27.01.2004
3  *
4  * To change the template for this generated file go to
5  * Window - Preferences - Java - Code Generation - Code and Comments
6  */
7 package org.plog4u.wiki.filter;
8
9 /**
10  * this interface indicates that a macro has a body content
11  */
12 public interface IBodyTagSupportMacro {
13
14 }