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

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

@RequestScoped
public class Qux
extends Object


Constructor Summary
Qux()
           
 
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

Qux

public Qux()
Method Detail

getBaz

public Baz getBaz()

ping

public int ping(int base)


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