org.jboss.cdi.tck.tests.lookup.injection.parameterized
Class ConsumerTypeVariable<T1,T2>

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.parameterized.ConsumerTypeVariable<T1,T2>

public class ConsumerTypeVariable<T1,T2>
extends Object


Constructor Summary
ConsumerTypeVariable()
           
 
Method Summary
 Dao<T1,T2> getDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerTypeVariable

public ConsumerTypeVariable()
Method Detail

getDao

public Dao<T1,T2> getDao()


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