| Package | Description |
|---|---|
| org.eclipse.sisu.bean |
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
|
| Class | Description |
|---|---|
| BeanBinder |
Provides custom
PropertyBinders 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. |
| DeclaredMembers.View |
Enum implementation that provides different views of a class's members. |
| PropertyBinder |
Provides custom
PropertyBindings for bean properties such as fields or setter methods. |
| PropertyBinding |
Represents a bean property that has been bound by a
PropertyBinder. |