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

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

public class Shop
extends Object


Constructor Summary
Shop()
           
 
Method Summary
 Necklace 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 Necklace getExpensiveGift()


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