org.jboss.cdi.tck.tests.extensions.annotated.delivery
Class Hen

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.annotated.delivery.Hen

@ApplicationScoped
public class Hen
extends Object


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

Constructor Detail

Hen

public Hen()
Method Detail

produceChicken

@Produces
public Chicken produceChicken(Egg egg)


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