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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightYellowPearTree

public LightYellowPearTree()
Method Detail

produceLightYellowPear

@Produces
@Yummy
@LightYellow
public Pear produceLightYellowPear()
Specified by:
produceLightYellowPear in interface PearTreeLocal
Overrides:
produceLightYellowPear in class PearTree


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