校验重复方法签名
该方法取自EventBus3.0,原理是通过HashMap的put方法,在相同key的情况下,会返回旧的数据;
1 | private boolean checkAddWithMethodSignature(Method method, Class<?> eventType) { |
该方法取自EventBus3.0,原理是通过HashMap的put方法,在相同key的情况下,会返回旧的数据;
1 | private boolean checkAddWithMethodSignature(Method method, Class<?> eventType) { |