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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.PearTree
All Implemented Interfaces:
PearTreeLocal
Direct Known Subclasses:
YellowPearTree

public class PearTree
extends Object
implements PearTreeLocal


Constructor Summary
PearTree()
           
 
Method Summary
 Pear producePear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PearTree

public PearTree()
Method Detail

producePear

@Produces
@Yummy
public Pear producePear()
Specified by:
producePear in interface PearTreeLocal


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