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

org.meanbean.factories.util.FactoryLookupStrategyProvider Maven / Gradle / Ivy

package org.meanbean.factories.util;

/**
 * Defines an object that provides access to a FactoryLookupStrategy.
 * 
 * @author Graham Williamson
 */
public interface FactoryLookupStrategyProvider {

	/**
	 * Get the FactoryLookupStrategy, which provides a means of acquiring Factories.
	 * 
	 * @return The factory lookup strategy.
	 */
	FactoryLookupStrategy getFactoryLookupStrategy();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy