Uses of Package
org.eclipse.sisu.bean
Packages that use org.eclipse.sisu.bean
Package
Description
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
Sisu-Plexus backend implementation.
-
Classes in org.eclipse.sisu.bean used by org.codehaus.plexus
-
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.Represents the JSR250 lifecycle for a particular bean type.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.BuildsBeanLifecycle
s by searching class hierarchies for JSR250 annotations.Provides 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.plexusClassDescriptionProvides 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.Provides customPropertyBinding
s for bean properties such as fields or setter methods.Represents a bean property that has been bound by aPropertyBinder
.