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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.definition.enterprise.AppleTree
All Implemented Interfaces:
AppleTreeLocal
Direct Known Subclasses:
GrannySmithAppleTree

public class AppleTree
extends Object
implements AppleTreeLocal


Constructor Summary
AppleTree()
           
 
Method Summary
 Apple produceApple()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppleTree

public AppleTree()
Method Detail

produceApple

@Produces
@Yummy
public Apple produceApple()
Specified by:
produceApple in interface AppleTreeLocal


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