org.jboss.jsr299.tck.tests.lookup.typesafe.resolution
Class PetShop

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.PetShop

public class PetShop
extends Object


Constructor Summary
PetShop()
           
 
Method Summary
 Lion getAslan()
           
 Parrot getParrot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PetShop

public PetShop()
Method Detail

getParrot

@Produces
@Typed(value=Parrot.class)
public Parrot getParrot()

getAslan

@Produces
@Typed(value=Cat.class)
public Lion getAslan()


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