All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.meituan.robust.ChangeQuickRedirect Maven / Gradle / Ivy

The newest version!
package com.meituan.robust;

/**
 * desc:
 * copy from Robust
 * email: [email protected]
 */
public interface ChangeQuickRedirect {
    Object accessDispatch(String methodName, Object[] paramArrayOfObject);

    boolean isSupport(String methodName, Object[] paramArrayOfObject);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy