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