org.sonatype.guice.bean.inject
Interface PropertyBinding


public interface PropertyBinding

Represents a bean property that has been bound by a PropertyBinder.


Method Summary
<B> void
injectProperty(B bean)
          Injects the current bound value into the property of the given bean.
 

Method Detail

injectProperty

<B> void injectProperty(B bean)
Injects the current bound value into the property of the given bean.

Parameters:
bean - The bean to inject


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.