org.jboss.cdi.tck.tests.lookup.modules
Class ProducedFoo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.modules.ProducedFoo
All Implemented Interfaces:
Foo

public class ProducedFoo
extends Object
implements Foo


Constructor Summary
ProducedFoo(Integer value)
           
 
Method Summary
 int pong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProducedFoo

public ProducedFoo(Integer value)
Method Detail

pong

public int pong()
Specified by:
pong in interface Foo


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