public interface NameBound
NameBinding
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getNameBindings()
Get the collection of name bindings attached to this component.
|
boolean |
isNameBound()
Check if the component is bound or not.
|
boolean isNameBound()
true
if the component is bound, false
otherwise.java.util.Collection<java.lang.Class<? extends java.lang.annotation.Annotation>> getNameBindings()