jef.injection
Interface InjectorsFactory

All Known Implementing Classes:
DefaultInjectorsFactory

public interface InjectorsFactory

This interface defines the contract every factory of injectors must adhere to.

Author:
Francesco Russo (frusso@dev.java.net)

Method Summary
 Injector getInstance()
          Produces an instance implementing the Injector interface.
 

Method Detail

getInstance

Injector getInstance()
Produces an instance implementing the Injector interface.

Returns:
An injector