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

cucumber.runtime.java.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package cucumber.runtime.java;

public interface ObjectFactory {
    void start();

    void stop();

    void addClass(Class clazz);

     T getInstance(Class type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy