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

bndtools.javamodel.IJavaMethodSearchContext Maven / Gradle / Ivy

The newest version!
package bndtools.javamodel;

public interface IJavaMethodSearchContext extends IJavaSearchContext {
	String getTargetTypeName();

	String[] getParameterTypeNames();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy