Package com.thaiopensource.util
Class Service<T>
- java.lang.Object
-
- com.thaiopensource.util.Service<T>
-
public final class Service<T> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>
getProviders()
static void
main(String[] args)
static <T> Service<T>
newInstance(Class<T> cls)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-