public class PetShop extends Object
PetShop()
Lion
getAslan()
Parrot
getParrot()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PetShop()
@Produces @Typed(value=Parrot.class) public Parrot getParrot()
@Produces @Typed(value=Cat.class) public Lion getAslan()
Copyright © 2008–2016 CDI TCK. All rights reserved.