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

org.solovyev.common.JBuilder 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: 10/29/11
 * Time: 12:36 PM
 */
public interface JBuilder {

	@NotNull
	T create();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy