KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > jfun > yan > xml > Closure


1 package jfun.yan.xml;
2
3 interface Closure {
4   Object JavaDoc get();
5   Class JavaDoc getType();
6 }
7
Popular Tags