public final class ClasspathUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<? extends T> |
findImplementationClass(Class<T> clazz)
Finds the implementation class of a type on the classpath.
|
public static <T> Class<? extends T> findImplementationClass(Class<T> clazz)
T - The class type.clazz - The class.Copyright © 2013. All Rights Reserved.