< prev index next >

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

Print this page

        

*** 61,72 **** * 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>ClassRepository</tt> that manages the generic type ! * information represented in the signature <tt>rawSig</tt> */ public static ClassRepository make(String rawSig, GenericsFactory f) { return new ClassRepository(rawSig, f); } --- 61,72 ---- * 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 ClassRepository} that manages the generic type ! * information represented in the signature {@code rawSig} */ public static ClassRepository make(String rawSig, GenericsFactory f) { return new ClassRepository(rawSig, f); }
< prev index next >