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