Uses of Interface
org.apache.hivemind.internal.Contribution

Packages that use Contribution
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
 

Uses of Contribution in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement Contribution
 class ContributionImpl
          Implements the Contribution interface, a wrapper around objects that can provide values that plug into an extension point.
 

Methods in org.apache.hivemind.impl with parameters of type Contribution
 void ConfigurationPointImpl.addContribution(Contribution c)