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

org.powerflows.dmn.engine.model.builder.Buildable Maven / Gradle / Ivy

The newest version!
package org.powerflows.dmn.engine.model.builder;

/**
 * Buildable types contract.
 * @param  built type
 */
public interface Buildable {
    T build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy