Uses of Package
org.eclipse.sisu.bean
-
Packages that use org.eclipse.sisu.bean Package Description org.codehaus.plexus org.codehaus.plexus.logging org.eclipse.sisu.bean Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
Classes in org.eclipse.sisu.bean used by org.codehaus.plexus Class Description BeanManager Service that manages the lifecycle of beans. -
Classes in org.eclipse.sisu.bean used by org.codehaus.plexus.logging Class Description IgnoreSetters Annotates class hierarchies that don't want setter injection. -
Classes in org.eclipse.sisu.bean used by org.eclipse.sisu.bean Class Description BeanBinder Provides customPropertyBinder
s for beans that contain one or more properties.BeanLifecycle Represents the JSR250 lifecycle for a particular bean type.BeanManager Service that manages the lifecycle of beans.BeanProperty Represents a bean property such as a field or setter method.BeanScheduler Schedules safe activation of beans even when cyclic dependencies are involved.
Takes advantage of the new Guice ProvisionListener SPI, if available at runtime.DeclaredMembers.View Enum
implementation that provides different views of a class's members.LifecycleBuilder BuildsBeanLifecycle
s by searching class hierarchies for JSR250 annotations.PropertyBinder Provides customPropertyBinding
s for bean properties such as fields or setter methods.PropertyBinding Represents a bean property that has been bound by aPropertyBinder
. -
Classes in org.eclipse.sisu.bean used by org.eclipse.sisu.plexus Class Description BeanBinder Provides customPropertyBinder
s for beans that contain one or more properties.BeanManager Service that manages the lifecycle of beans.BeanProperty Represents a bean property such as a field or setter method.BeanScheduler Schedules safe activation of beans even when cyclic dependencies are involved.
Takes advantage of the new Guice ProvisionListener SPI, if available at runtime.PropertyBinder Provides customPropertyBinding
s for bean properties such as fields or setter methods.PropertyBinding Represents a bean property that has been bound by aPropertyBinder
.