org.jboss.cdi.tck.tests.lookup.injection.enterprise.chain
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.enterprise.chain.Foo

@RequestScoped
public class Foo
extends Object


Constructor Summary
Foo()
           
 
Method Summary
 Baz getBaz()
           
 int ping(int base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

getBaz

public Baz getBaz()

ping

public int ping(int base)


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