net.cscott.gjdoc
public interface ClassTypeVariable extends TypeVariable
ClassTypeVariable
interface represents a type variable
declared as a formal parameter to a generic class or interface.Version: $Id: ClassTypeVariable.java,v 1.3 2003/03/23 02:47:20 cananian Exp $
See Also: java.lang.reflect.ClassTypeVariable
Method Summary | |
---|---|
ClassDoc | declaringClass() Return the class where this type variable was declared. |