< prev index next >

src/java.base/share/classes/sun/reflect/generics/repository/ConstructorRepository.java

Print this page

        

*** 62,73 **** * Static factory method. * @param rawSig - the generic signature of the reflective object * that this repository is servicing * @param f - a factory that will provide instances of reflective * objects when this repository converts its AST ! * @return a <tt>ConstructorRepository</tt> that manages the generic type ! * information represented in the signature <tt>rawSig</tt> */ public static ConstructorRepository make(String rawSig, GenericsFactory f) { return new ConstructorRepository(rawSig, f); } --- 62,73 ---- * Static factory method. * @param rawSig - the generic signature of the reflective object * that this repository is servicing * @param f - a factory that will provide instances of reflective * objects when this repository converts its AST ! * @return a {@code ConstructorRepository} that manages the generic type ! * information represented in the signature {@code rawSig} */ public static ConstructorRepository make(String rawSig, GenericsFactory f) { return new ConstructorRepository(rawSig, f); }
< prev index next >