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

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

@Alternative
public class AlternativeFoo
extends Object
implements Foo


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

Constructor Detail

AlternativeFoo

public AlternativeFoo()
Method Detail

pong

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


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