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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.Chicken
Direct Known Subclasses:
CzechChicken

public class Chicken
extends Object


Constructor Summary
Chicken()
           
 
Method Summary
 void disposeApple(Egg egg)
           
 Egg produceEgg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chicken

public Chicken()
Method Detail

produceEgg

@Produces
public Egg produceEgg()

disposeApple

public void disposeApple(@Disposes
                         Egg egg)


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