org.jboss.webbeans.tck.unit.lookup.injectionpoint
Class MethodInjectionPointBean

java.lang.Object
  extended by org.jboss.webbeans.tck.unit.lookup.injectionpoint.MethodInjectionPointBean

public class MethodInjectionPointBean
extends java.lang.Object

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

Author:
David Allen

Constructor Summary
MethodInjectionPointBean()
           
 
Method Summary
 org.jboss.webbeans.tck.unit.lookup.injectionpoint.BeanWithInjectionPointMetadata getInjectedBean()
           
 void methodWithInjectedMetadata(org.jboss.webbeans.tck.unit.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

@Initializer
public void methodWithInjectedMetadata(@Current
                                                   org.jboss.webbeans.tck.unit.lookup.injectionpoint.BeanWithInjectionPointMetadata injectedBean)

getInjectedBean

public org.jboss.webbeans.tck.unit.lookup.injectionpoint.BeanWithInjectionPointMetadata getInjectedBean()


Copyright © 2008-2009. All Rights Reserved.