org.jboss.cdi.tck.tests.lookup.injection.parameterized
Class ConsumerTypeVariableUpperBound<T1 extends Exception,T2>

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

public class ConsumerTypeVariableUpperBound<T1 extends Exception,T2>
extends Object


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

ConsumerTypeVariableUpperBound

public ConsumerTypeVariableUpperBound()
Method Detail

getDao

public Dao<T1,T2> getDao()


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