Skip to content

Commit

Permalink
Docs on AsmUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Jan 19, 2021
1 parent b90e4e5 commit 7afdbc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static String getDescriptor(Type type, Function<String, String> typeArgMa
* your {@code typeArgMapper} contains {@code T=Ljava/lang/Integer;}.
*
* @param type the type you want the signature for.
* @param typeArgMapper a mapping between type argument names and their bytecode descriptor.
* @param typeArgMapper a mapping between type argument names and their bytecode signature.
* @return a bytecode signature for that type.
*/
public static String getSignature(Type type, Function<String, String> typeArgMapper) {
Expand Down

0 comments on commit 7afdbc0

Please sign in to comment.