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

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

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


/**
 * TODO comment
 * Date: 5/14/13
 * Time: 10:06 AM
 *
 * @author Romain Gilles
 */
public interface RegistryBindingBuilder {
    /**
     * Disable the default blocking behavior of the registry provider.
     * @see org.javabits.yar.guice.RegistryLinkedBindingBuilder#toRegistry()
     */
    void noWait();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy