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

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

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

import java.lang.reflect.Type;

public interface TypeIntrospector {
    public Type[] getGenericTypes(Class clazz) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy