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

com.github.greengerong.Runner Maven / Gradle / Ivy

package com.github.greengerong;

import org.aspectj.lang.reflect.MethodSignature;

public interface Runner {
    Result exec(MethodSignature signature, Object[] args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy