摘要: import java.lang.reflect.ParameterizedType;import java.lang.reflect.Type;public class GenericsUtils { /** * Locates the first generic declaration on a class. * * @param clazz The class to introspect * @return the first generic declaration, or <code>null</code> if cannot be determ... 阅读全文
posted @ 2011-10-05 21:34 jifsu 阅读(394) 评论(0) 推荐(0) 编辑