org.jboss.cdi.tck.tests.lookup.injectionpoint
Class ConstructorInjectionPointBean
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorInjectionPointBean
@Inject
public ConstructorInjectionPointBean(BeanWithInjectionPointMetadata injectedBean)
getInjectedBean
public BeanWithInjectionPointMetadata getInjectedBean()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.