net.cscott.sinjdoc
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.4 2003/05/08 03:54:25 cananian Exp $
See Also: java.lang.reflect.ClassTypeVariable
Method Summary | |
---|---|
ClassDoc | declaringClass() Return the class where this type variable was declared. |