org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.staticmethod
Class Shop

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.staticmethod.Shop
Direct Known Subclasses:
FurnitureShop_Broken

public class Shop
extends Object


Constructor Summary
Shop()
           
 
Method Summary
 Product getExpensiveGift()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shop

public Shop()
Method Detail

getExpensiveGift

@Produces
@Expensive
@Named
public Product getExpensiveGift()


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