org.jboss.jsr299.tck.tests.lookup.injectionpoint
Class MethodInjectionPointBean

java.lang.Object
  extended by 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

Constructor Summary
MethodInjectionPointBean()
           
 
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
 

Constructor Detail

MethodInjectionPointBean

public MethodInjectionPointBean()
Method Detail

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.