org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance
Class Chicken
java.lang.Object
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.Chicken
- Direct Known Subclasses:
- CzechChicken
public class Chicken
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Chicken
public Chicken()
produceEgg
@Produces
public Egg produceEgg()
disposeApple
public void disposeApple(@Disposes
Egg egg)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.