KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > sapia > util > xml > confix > NullObject


1 package org.sapia.util.xml.confix;
2
3
4 /**
5  * This interface is to be implemented by objects that are intended to be instantiated
6  * and initialized by the Confix runtime, but are not made part of the current object
7  * graph - i.e.: the object is instantiated, initialized, and discarded.
8  *
9  * @author Yanick Duchesne
10  *
11  * <dl>
12  * <dt><b>Copyright:</b><dd>Copyright &#169; 2002-2003 <a HREF="http://www.sapia-oss.org">Sapia Open Source Software</a>. All Rights Reserved.</dd></dt>
13  * <dt><b>License:</b><dd>Read the license.txt file of the jar or visit the
14  * <a HREF="http://www.sapia-oss.org/license.html">license page</a> at the Sapia OSS web site</dd></dt>
15  * </dl>
16  */

17 public interface NullObject {
18 }
19
Popular Tags