org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance
Class Cook
java.lang.Object
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.Cook
- Direct Known Subclasses:
- Chef
public class Cook
- extends Object
|
Constructor Summary |
Cook()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cook
public Cook()
produceYummyMeal
@Produces
@Yummy
public Meal produceYummyMeal()
disposeMeal
public void disposeMeal(@Disposes@Any
Meal meal)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.