org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance
Class AppleTree
java.lang.Object
org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.AppleTree
- Direct Known Subclasses:
- GrannySmithAppleTree
public class AppleTree
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppleTree
public AppleTree()
produceYummyApple
@Produces
@Yummy
public Apple produceYummyApple()
disposeApple
public void disposeApple(@Disposes@Any
Apple apple)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.