org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise
Class LightYellowPearTree

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.PearTree
      extended by org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.YellowPearTree
          extended by org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.LightYellowPearTree
All Implemented Interfaces:
LightYellowPearTreeLocal, PearTreeLocal

public class LightYellowPearTree
extends YellowPearTree
implements LightYellowPearTreeLocal


Constructor Summary
LightYellowPearTree()
           
 
Method Summary
 Pear produceLightYellowPear()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.PearTree
producePear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.PearTreeLocal
producePear
 

Constructor Detail

LightYellowPearTree

public LightYellowPearTree()
Method Detail

produceLightYellowPear

@Produces
@Yummy
@LightYellow
public Pear produceLightYellowPear()
Specified by:
produceLightYellowPear in interface LightYellowPearTreeLocal


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