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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.annotated.delivery.Chicken
      extended by org.jboss.cdi.tck.tests.extensions.annotated.delivery.Hen
Direct Known Subclasses:
RubberChicken

@ApplicationScoped
public class Hen
extends Chicken


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-2013 Seam Framework. All Rights Reserved.