Interface ReferencesSelector
- All Known Subinterfaces:
Creation<I>
,Destruction
,References<R>
public interface ReferencesSelector
A supplier of
References
objects.- Author:
- Laird Nelson
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<S> References
<S> Returns aReferences
capable of locating contextual references of the relevant type.
-
Method Details
-
references
Returns aReferences
capable of locating contextual references of the relevant type.- Type Parameters:
S
- the contextual reference type- Parameters:
t
- anAttributedType
describing the contextual reference type; must not benull
- Returns:
- a non-
null
References
- Throws:
NullPointerException
- ift
isnull
- See Also:
-