Uses of Class
org.picocontainer.lifecycle.AbstractMonitoringLifecycleStrategy
-
Packages that use AbstractMonitoringLifecycleStrategy Package Description org.picocontainer.lifecycle Alternative implementations of lifecycle strategy for use with a container. -
-
Uses of AbstractMonitoringLifecycleStrategy in org.picocontainer.lifecycle
Subclasses of AbstractMonitoringLifecycleStrategy in org.picocontainer.lifecycle Modifier and Type Class Description classJavaEE5LifecycleStrategyJava EE 5 has some annotations PreDestroy and PostConstruct that map to start() and dispose() in our worldclassReflectionLifecycleStrategyReflection lifecycle strategy.classStartableLifecycleStrategyStartable lifecycle strategy.
-