org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle
Class Chicken

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.Chicken

public class Chicken
extends Object


Constructor Summary
Chicken()
           
 
Method Summary
 Egg getEgg()
           
 Egg produceEgg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chicken

public Chicken()
Method Detail

produceEgg

@Produces
public Egg produceEgg()

getEgg

public Egg getEgg()


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