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

com.terapico.caf.InvocationContext Maven / Gradle / Ivy

package com.terapico.caf;

import java.lang.reflect.Method;

public interface InvocationContext {
	public Object getTargetObject();
	public Method getMethodToCall();
	public Object [] getParameters();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy