org.jboss.cdi.tck.tests.inheritance.generics
Class Qux

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.generics.Baz<String>
      extended by org.jboss.cdi.tck.tests.inheritance.generics.Qux

public class Qux
extends Baz<String>


Constructor Summary
Qux(String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qux

public Qux(String name)


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