public interface BindingRegistry
Modifier and Type | Method and Description |
---|---|
void |
addBindings(java.lang.Iterable<Binding> bindings) |
java.util.List<Binding> |
getBindings(java.lang.String descriptor)
Find the list of
Binding registered with the given annotation type. |
Selection |
selection(ComponentWorkbench workbench) |
void addBindings(java.lang.Iterable<Binding> bindings)
Selection selection(ComponentWorkbench workbench)
java.util.List<Binding> getBindings(java.lang.String descriptor)
Binding
registered with the given annotation type.
This method returns an empty List if no bindings are registered.descriptor
- denotes the annotation's typeBinding
registered with the given descriptor, the list may be empty if no bindings are found.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.