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

io.craftsman.creator.Creator Maven / Gradle / Ivy

package io.craftsman.creator;

public interface Creator {

    public T create(Object source);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy