org.picocontainer.injectors
Interface Provider

All Known Implementing Classes:
ProviderAdapter

public interface Provider

Providers are a type of Injector that can participate in Injection via a custom method. Implementers of this class must implement a single method called provide. That method must return the component type intended to be provided. The method can accept parameters that PicoContainer will satisfy.




Copyright © 2003-2010 Codehaus. All Rights Reserved.