org.jboss.cdi.tck.tests.lookup.injectionpoint
Class TransientFieldInjectionPointBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.TransientFieldInjectionPointBean

@RequestScoped
public class TransientFieldInjectionPointBean
extends Object

Test bean to inject another bean which uses injection point metadata in a field

Author:
David Allen

Constructor Summary
TransientFieldInjectionPointBean()
           
 
Method Summary
 BeanWithInjectionPointMetadata getInjectedBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientFieldInjectionPointBean

public TransientFieldInjectionPointBean()
Method Detail

getInjectedBean

public BeanWithInjectionPointMetadata getInjectedBean()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.