< prev index next >

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

Print this page

        

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