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

com.googlecode.gwt.test.finder.ObjectFinder Maven / Gradle / Ivy

There is a newer version: 0.63
Show newest version
package com.googlecode.gwt.test.finder;

public interface ObjectFinder {

    boolean accept(String... params);

    Object find(String... params);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy