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

org.solovyev.common.Builder Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.solovyev.common;

import org.jetbrains.annotations.NotNull;

/**
 * User: serso
 * Date: 4/28/12
 * Time: 1:46 AM
 */
/**
* Builder - creates object of specified type T
* */
public interface Builder {

    @NotNull
    T build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy