org.jboss.cdi.tck.tests.lookup.injectionpoint
Class ConstructorInjectionPointBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.ConstructorInjectionPointBean

public class ConstructorInjectionPointBean
extends Object

Test bean to inject a bean using injection point metadata into a constructor

Author:
David Allen

Constructor Summary
ConstructorInjectionPointBean(BeanWithInjectionPointMetadata injectedBean)
           
 
Method Summary
 BeanWithInjectionPointMetadata getInjectedBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInjectionPointBean

@Inject
public ConstructorInjectionPointBean(BeanWithInjectionPointMetadata injectedBean)
Method Detail

getInjectedBean

public BeanWithInjectionPointMetadata getInjectedBean()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.