org.jboss.injection
Interface InjectorFactory<I extends Injector>


public interface InjectorFactory<I extends Injector>

Allows the creation of injectors.


Method Summary
 I create(BeanProperty property)
           
 

Method Detail

create

I create(BeanProperty property)