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

panda.lang.Creator Maven / Gradle / Ivy

package panda.lang;

public interface Creator {

	T create(Object... args);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy