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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.AppleTree
      extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.GrannySmithAppleTree
          extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.GreatGrannySmithAppleTree

public class GreatGrannySmithAppleTree
extends GrannySmithAppleTree

Test that AppleTree.disposeApple(Apple) is not inherited.


Constructor Summary
GreatGrannySmithAppleTree()
           
 
Method Summary
 Apple produceDefaultApple()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.AppleTree
disposeApple, produceYummyApple
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreatGrannySmithAppleTree

public GreatGrannySmithAppleTree()
Method Detail

produceDefaultApple

@Produces
public Apple produceDefaultApple()


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