src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/AccessorInjector.java

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 408
b0610cd08440
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
89 89
90 /** 90 /**
91 * Customizes a class file by replacing constant pools. 91 * Customizes a class file by replacing constant pools.
92 * 92 *
93 * @param templateClassName 93 * @param templateClassName
94 * The resouce that contains the template class file. 94 * The resource that contains the template class file.
95 * @param replacements 95 * @param replacements
96 * A list of pair of strings that specify the substitution 96 * A list of pair of strings that specify the substitution
97 * {@code String[]{search_0, replace_0, search_1, replace_1, ..., search_n, replace_n } 97 * {@code String[]{search_0, replace_0, search_1, replace_1, ..., search_n, replace_n }
98 * 98 *
99 * The search strings found in the constant pool will be replaced by the corresponding 99 * The search strings found in the constant pool will be replaced by the corresponding

mercurial