
panda.lang.Creator Maven / Gradle / Ivy
package panda.lang;
public interface Creator {
T create(Object... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package panda.lang;
public interface Creator {
T create(Object... args);
}