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

com.flyjingfish.android_aop_annotation.utils.InvokeMethod Maven / Gradle / Ivy

package com.flyjingfish.android_aop_annotation.utils;

public interface InvokeMethod {
    Object invoke(Object target, Object[] vars);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy