src/java.base/share/classes/java/lang/reflect/Executable.java
changeset 55337 ae3dbc712839
parent 55304 84b9996abbee
child 58679 9c3209ff7550
equal deleted inserted replaced
55336:c2398053ee90 55337:ae3dbc712839
   264      * may have an implicitly declared parameter in addition to
   264      * may have an implicitly declared parameter in addition to
   265      * explicitly declared ones.
   265      * explicitly declared ones.
   266      *
   266      *
   267      * <p>If a formal parameter type is a parameterized type,
   267      * <p>If a formal parameter type is a parameterized type,
   268      * the {@code Type} object returned for it must accurately reflect
   268      * the {@code Type} object returned for it must accurately reflect
   269      * the actual type parameters used in the source code.
   269      * the actual type arguments used in the source code.
   270      *
   270      *
   271      * <p>If a formal parameter type is a type variable or a parameterized
   271      * <p>If a formal parameter type is a type variable or a parameterized
   272      * type, it is created. Otherwise, it is resolved.
   272      * type, it is created. Otherwise, it is resolved.
   273      *
   273      *
   274      * @return an array of {@code Type}s that represent the formal
   274      * @return an array of {@code Type}s that represent the formal