org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance
Class Chef

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.Cook
      extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.Chef

public class Chef
extends Cook

Test that Cook.disposeMeal(Meal) is not inherited.


Constructor Summary
Chef()
           
 
Method Summary
 Meal produceDefaultMeal()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.Cook
disposeMeal, produceYummyMeal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chef

public Chef()
Method Detail

produceDefaultMeal

@Produces
public Meal produceDefaultMeal()


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