Uses of Interface
org.jboss.cdi.tck.tests.implementation.initializer.ChickenInterface

Packages that use ChickenInterface
org.jboss.cdi.tck.tests.implementation.initializer   
 

Uses of ChickenInterface in org.jboss.cdi.tck.tests.implementation.initializer
 

Classes in org.jboss.cdi.tck.tests.implementation.initializer that implement ChickenInterface
 class PreferredChicken
           
 class StandardChicken
           
 

Methods in org.jboss.cdi.tck.tests.implementation.initializer that return ChickenInterface
 ChickenInterface PremiumChickenHutch.getChicken()
           
 ChickenInterface StandardChickenHutch.getChicken()
           
 

Methods in org.jboss.cdi.tck.tests.implementation.initializer with parameters of type ChickenInterface
 void PremiumChickenHutch.setChicken(ChickenInterface chicken)
           
 void StandardChickenHutch.setChicken(ChickenInterface chicken)
           
 



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