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

org.javabits.yar.guice.BlockingSupplierFactory Maven / Gradle / Ivy

There is a newer version: 3.0.1.RELEASE
Show newest version
package org.javabits.yar.guice;

import org.javabits.yar.BlockingSupplier;
import org.javabits.yar.Id;

/**
 * @author Romain Gilles
 *         Date: 5/31/13
 *         Time: 1:38 PM
 */
public interface BlockingSupplierFactory {
    BlockingSupplierFactory DEFAULT_BLOCKING_SUPPLIER = new DefaultBlockingSupplierFactory();

     BlockingSupplier create(InternalRegistry registry, Id id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy