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()
produceApple
@Produces
public Apple produceApple()
disposeApple
public void disposeApple(@Disposes
Apple apple)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.