public class Farm extends Object
| Constructor and Description |
|---|
Farm() |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.Instance<AbstractAnimal> |
getAbstractAnimal() |
javax.enterprise.inject.Instance<Animal> |
getAnimal() |
javax.enterprise.inject.Instance<Cow> |
getCow() |
Sheep |
produceSheep() |
int |
produceSheepCount() |
Sheep[] |
produceSheeps() |
public javax.enterprise.inject.Instance<Animal> getAnimal()
public javax.enterprise.inject.Instance<AbstractAnimal> getAbstractAnimal()
public javax.enterprise.inject.Instance<Cow> getCow()
@Produces public Sheep produceSheep()
@Produces public Sheep[] produceSheeps()
@FarmBased @Produces public int produceSheepCount()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.