org.jboss.jsr299.tck.tests.lookup.typesafe.resolution
Class PetShop
java.lang.Object
org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.PetShop
public class PetShop
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PetShop
public PetShop()
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.