org.javabits.yar.guice.RegistryBindingBuilder 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;
/**
* 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