| java.lang.reflect.GenericDeclaration | 
    
|  Known Indirect Subclasses 
      
      
  
        
              | Class<T> | The in-memory representation of a Java class. |  
              | Constructor<T> | This class represents a constructor. |  
              | Method | This class represents a method. |  | 
Class Overview
Common interface for language constructs that declare type parameters.
 
Public Methods
 
    
      
        public 
         
         
        abstract 
         
        TypeVariable[]<?>
      
      getTypeParameters
      ()
    
      
    
      
  Returns the declared type parameters in declaration order. If there are
 no type parameters, this method returns a zero length array.
      Returns
      - the declared type parameters in declaration order