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

io.cucumber.core.backend.Lookup Maven / Gradle / Ivy

There is a newer version: 7.20.1
Show newest version
package io.cucumber.core.backend;

import org.apiguardian.api.API;

@API(status = API.Status.STABLE)
public interface Lookup {

    /**
     * Provides an instance of a glue class.
     *
     * @param  glueClass type of instance to be created.
     * @param         type of Glue class
     * @return           new instance of type T
     */
     T getInstance(Class glueClass);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy