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

org.jgroups.Constructable Maven / Gradle / Ivy

There is a newer version: 5.3.13.Final
Show newest version
package org.jgroups;

import java.util.function.Supplier;

/**
 * Interface returning a supplier which can be called to create an instance
 * @author Bela Ban
 * @since  4.0
 */
public interface Constructable {
    /** Creates an instance of the class implementing this interface */
    Supplier create();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy