KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > sapia > regis > loader > NullObjectImpl


1 package org.sapia.regis.loader;
2
3 import org.sapia.util.xml.confix.NullObject;
4
5 public class NullObjectImpl implements NullObject {
6   
7   static NullObject NULL = new NullObjectImpl();
8
9 }
10
Popular Tags