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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.twobeans.Shop
Direct Known Subclasses:
Bookshop_Broken, PictureShop_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
public Product getExpensiveGift()


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