Uses of Package
org.eclipse.sisu.bean
Packages that use org.eclipse.sisu.bean
Package
Description
Customizable injection of bean properties, based on https://github.com/google/guice/wiki/CustomInjections.
Sisu-Plexus backend implementation.
-
Classes in org.eclipse.sisu.bean used by org.codehaus.plexus.logging
-
Classes in org.eclipse.sisu.bean used by org.eclipse.sisu.beanClassDescriptionProvides custom
PropertyBinder
s for beans that contain one or more properties.Service that manages the lifecycle of beans.Represents a bean property such as a field or setter method.Schedules safe activation of beans even when cyclic dependencies are involved.
Takes advantage of the new Guice ProvisionListener SPI, if available at runtime.Enum
implementation that provides different views of a class's members.Allows testing if a class should be flushed from the cacheProvides customPropertyBinding
s for bean properties such as fields or setter methods.Represents a bean property that has been bound by aPropertyBinder
. -
Classes in org.eclipse.sisu.bean used by org.eclipse.sisu.plexusClassDescriptionService that manages the lifecycle of beans.Represents a bean property such as a field or setter method.Schedules safe activation of beans even when cyclic dependencies are involved.
Takes advantage of the new Guice ProvisionListener SPI, if available at runtime.Represents a bean property that has been bound by aPropertyBinder
.