org.jboss.cdi.tck.tests.lookup.circular
Class Bird

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.circular.Bird

@ApplicationScoped
public class Bird
extends Object


Constructor Summary
Bird()
           
Bird(Air air)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bird

public Bird()

Bird

@Inject
public Bird(Air air)


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