Package org.eclipse.sisu.bean
Class BeanScheduler.CycleActivator
- java.lang.Object
-
- org.eclipse.sisu.bean.BeanScheduler.CycleActivator
-
- All Implemented Interfaces:
com.google.inject.spi.ProvisionListener
- Enclosing class:
- BeanScheduler
static final class BeanScheduler.CycleActivator extends java.lang.Object implements com.google.inject.spi.ProvisionListener
Listens to provisioning events in order to determine safe activation points.
-
-
Field Summary
Fields Modifier and Type Field Description private static com.google.inject.spi.BindingScopingVisitor<java.lang.Boolean>
IS_SCOPED
-
Constructor Summary
Constructors Constructor Description CycleActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> void
onProvision(com.google.inject.spi.ProvisionListener.ProvisionInvocation<T> pi)
-