src/java.base/share/classes/java/lang/reflect/Constructor.java
changeset 52380 6b31efbf833e
parent 52020 4c247dde38ed
child 52427 3c6aa484536c
equal deleted inserted replaced
52379:50f0efe3a669 52380:6b31efbf833e
   380     /**
   380     /**
   381      * Returns a string describing this {@code Constructor},
   381      * Returns a string describing this {@code Constructor},
   382      * including type parameters.  The string is formatted as the
   382      * including type parameters.  The string is formatted as the
   383      * constructor access modifiers, if any, followed by an
   383      * constructor access modifiers, if any, followed by an
   384      * angle-bracketed comma separated list of the constructor's type
   384      * angle-bracketed comma separated list of the constructor's type
   385      * parameters, if any, followed by the fully-qualified name of the
   385      * parameters, if any, including  informative bounds of the
       
   386      * type parameters, if any, followed by the fully-qualified name of the
   386      * declaring class, followed by a parenthesized, comma-separated
   387      * declaring class, followed by a parenthesized, comma-separated
   387      * list of the constructor's generic formal parameter types.
   388      * list of the constructor's generic formal parameter types.
   388      *
   389      *
   389      * If this constructor was declared to take a variable number of
   390      * If this constructor was declared to take a variable number of
   390      * arguments, instead of denoting the last parameter as
   391      * arguments, instead of denoting the last parameter as