Package | Description |
---|---|
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.
|
Class and Description |
---|
IgnoreSetters
Annotates class hierarchies that don't want setter injection.
|
Class and Description |
---|
BeanBinder
Provides custom
PropertyBinder 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. |
DeclaredMembers.View
Enum implementation that provides different views of a class's members. |
PropertyBinder
Provides custom
PropertyBinding s for bean properties such as fields or setter methods. |
PropertyBinding
Represents a bean property that has been bound by a
PropertyBinder . |
Class and Description |
---|
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. |
PropertyBinding
Represents a bean property that has been bound by a
PropertyBinder . |
Copyright © 2019. All rights reserved.