KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mmbase > bridge > jsp > taglib > containers > FunctionContainerOrNodeProvider


1 /*
2
3 This software is OSI Certified Open Source Software.
4 OSI Certified is a certification mark of the Open Source Initiative.
5
6 The license (Mozilla version 1.0) can be read at the MMBase site.
7 See http://www.MMBase.org/license
8
9 */

10 package org.mmbase.bridge.jsp.taglib.containers;
11
12
13 /**
14  *
15  * @author Michiel Meeuwissen
16  * @since MMBase-1.7
17  * @version $Id: FunctionContainerOrNodeProvider.java,v 1.2 2004/02/11 20:40:14 keesj Exp $
18  */

19 public interface FunctionContainerOrNodeProvider {
20
21 }
22
Popular Tags