org.jboss.cdi.tck.tests.implementation.simple.lifecycle
Class FishPond
java.lang.Object
org.jboss.cdi.tck.tests.implementation.simple.lifecycle.FishPond
public class FishPond
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postConstructCalled
public boolean postConstructCalled
goldfish
public Animal goldfish
goose
public Goose goose
salmon
@Inject
public Salmon salmon
FishPond
@Inject
public FishPond(Goldfish goldfish,
Goose goose)
postConstruct
@PostConstruct
public void postConstruct()
destroy
@PreDestroy
public void destroy()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.