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

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

@RequestScoped
public class Foo
extends Bar<String,Qux>


Constructor Summary
Foo()
           
 
Method Summary
 
Methods inherited from class org.jboss.cdi.tck.tests.inheritance.generics.Bar
getBaz, getT1, getT1Array, getT1BazEvent, getT1ObserverInjectionPoint, getT2BazList, observeBaz, setT1Array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()


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