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

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

public class AppleTree
extends Object


Constructor Summary
AppleTree()
           
 
Method Summary
 void disposeApple(Apple apple)
           
 Apple produceYummyApple()
           
 
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

produceYummyApple

@Produces
@Yummy
public Apple produceYummyApple()

disposeApple

public void disposeApple(@Disposes@Any
                         Apple apple)


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