org.jboss.cdi.tck.tests.lookup.modules.broken
Class BrokenProducedFoo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.modules.broken.BrokenProducedFoo
All Implemented Interfaces:
BrokenFoo

public class BrokenProducedFoo
extends Object
implements BrokenFoo


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

Constructor Detail

BrokenProducedFoo

public BrokenProducedFoo(String name)
Method Detail

pong

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


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