public static class ServiceLocator.ServiceFactory<T> extends Object implements Factory<T>
| Constructor and Description |
|---|
ServiceLocator.ServiceFactory(Class<T> serviceType,
Class<? extends T> implementationClass) |
| Modifier and Type | Method and Description |
|---|---|
T |
create()
Creates a new instance of type T.
|
Class<? extends T> |
getImplementationClass() |
T |
newInstance(Object... params) |
Copyright © 2013. All rights reserved