org.jboss.cdi.tck.tests.lookup.injectionpoint
Class MethodInjectionPointBean
java.lang.Object
org.jboss.cdi.tck.tests.lookup.injectionpoint.MethodInjectionPointBean
public class MethodInjectionPointBean
- 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 |
MethodInjectionPointBean
public MethodInjectionPointBean()
methodWithInjectedMetadata
@Inject
public void methodWithInjectedMetadata(BeanWithInjectionPointMetadata injectedBean)
getInjectedBean
public BeanWithInjectionPointMetadata getInjectedBean()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.