馬老師高并發(fā)游戲后端真實項目—英雄傳說
2022-11-25 21:08 作者:bili_1559000721 | 我要投稿
public abstract class WrapperAdapter implements Wrapper {
? ?private final Collection<JdbcMethodInvocation> jdbcMethodInvocations = new ArrayList<>();
? ?/**
? ? * 添加要執(zhí)行的方法
? ? */
? ?@SneakyThrows
? ?public final void recordMethodInvocation(final Class<?> targetClass, final String methodName,
? ? ? ? ? ?final Class<?>[] argumentTypes, finalObject[] arguments) {
標簽: