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

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

@Specializes
public class CashFoo
extends PaymentFoo


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

Constructor Detail

CashFoo

public CashFoo()
Method Detail

pong

public int pong()
Specified by:
pong in interface Foo
Overrides:
pong in class PaymentFoo


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