Uses of Interface
org.picocontainer.defaults.CyclicDependencyGuard

Packages that use CyclicDependencyGuard
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API. 
 

Uses of CyclicDependencyGuard in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement CyclicDependencyGuard
private static class ConstructorInjectionComponentAdapter.Guard
           
protected static class InstantiatingComponentAdapter.Guard
          The cycle guard for the verification.
 class ThreadLocalCyclicDependencyGuard
          Abstract utility class to detect recursion cycles.