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

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

public class Foo
extends Bar<String>

Author:
Martin Kouba

Constructor Summary
Foo()
           
 
Method Summary
 
Methods inherited from class org.jboss.cdi.tck.tests.inheritance.generics.Bar
observeBaz
 
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-2012 Seam Framework. All Rights Reserved.