Uses of Interface
org.eclipse.sisu.bean.BeanProperty
Packages that use BeanProperty
Package
Description
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
-
Uses of BeanProperty in org.eclipse.sisu.bean
Methods in org.eclipse.sisu.bean that return types with arguments of type BeanPropertyMethods in org.eclipse.sisu.bean with parameters of type BeanPropertyModifier and TypeMethodDescription<T> PropertyBinding
PropertyBinder.bindProperty
(BeanProperty<T> property) Returns the appropriatePropertyBinding
for the given bean property.BeanManager.manage
(BeanProperty<?> property) Asks this manager to manage the given bean property.LifecycleManager.manage
(BeanProperty<?> property)