com.sun.hk2.jsr330
Interface Jsr330Bindings


@Contract
public interface Jsr330Bindings

A bulk producer of Jsr330Bindings.

Since:
3.1
Author:
Jeff Trent

Method Summary
 void getBindings(List<Jsr330Binding> bindings, BindingFactory factory)
          Implementors of this contract are expected to produce zero or more bindings using the provided factory in order to populate the given list.
 

Method Detail

getBindings

void getBindings(List<Jsr330Binding> bindings,
                 BindingFactory factory)
Implementors of this contract are expected to produce zero or more bindings using the provided factory in order to populate the given list.

Parameters:
bindings - an empty list is provided and is expected to be populated
factory - the factory to produce new bindings if necessary; provided as a convenience only.


Copyright © 2012 Oracle Corporation. All Rights Reserved.