org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.raw
Class Foo<T>

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.raw.Foo<T>

public class Foo<T>
extends Object


Constructor Summary
Foo(T value)
           
 
Method Summary
 T ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo(T value)
Method Detail

ping

public T ping()


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