org.apache.webbeans.component.spi
Interface InjectionTargetFactory<T>

All Known Implementing Classes:
DecoratorInjectionTargetFactory, InjectionTargetFactoryImpl, InterceptorInjectionTargetFactory

public interface InjectionTargetFactory<T>

This is a preview to CDI 1.1 when we implement CDI 1.1 this interface can be removed


Method Summary
 InjectionTarget<T> createInjectionTarget(Bean<T> bean)
           
 

Method Detail

createInjectionTarget

InjectionTarget<T> createInjectionTarget(Bean<T> bean)


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.