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

com.navisarv.mop.instrumentation.MOPInstrumentation Maven / Gradle / Ivy

The newest version!
package com.navisarv.mop.instrumentation;

import com.sun.source.tree.Tree;

public interface MOPInstrumentation {

	void instrument(T t, InstrumentationContext instruContext);
	
	Class getInstrumentationType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy