org.javabits.yar.guice.BlockingSupplierFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yar-guice Show documentation
Show all versions of yar-guice Show documentation
Yar Guice: provide a implementation / integration base on guice
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