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

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

public class Baz
extends Object


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

Constructor Detail

Baz

public Baz()
Method Detail

getBar

public Bar getBar()

getQux

public Qux getQux()

ping

public int ping(int base)


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