org.jboss.cdi.tck.tests.extensions.annotated.delivery
Class Hen
java.lang.Object
org.jboss.cdi.tck.tests.extensions.annotated.delivery.Chicken
org.jboss.cdi.tck.tests.extensions.annotated.delivery.Hen
- Direct Known Subclasses:
- RubberChicken
@ApplicationScoped
public class Hen
- extends Chicken
|
Constructor Summary |
Hen()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hen
public Hen()
produceChicken
@Produces
public Chicken produceChicken(Egg egg)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.