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

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

@Named(value="managedFoo")
public class ManagedFoo
extends Object
implements Foo


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

Constructor Detail

ManagedFoo

public ManagedFoo()
Method Detail

pong

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


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