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

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

@RequestScoped
public class FieldInjectionPointBean
extends Object

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

Author:
David Allen

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

Constructor Detail

FieldInjectionPointBean

public FieldInjectionPointBean()
Method Detail

getInjectedBean

public BeanWithInjectionPointMetadata getInjectedBean()


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