< prev index next >

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

Print this page

        

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