Interface ReferenceContaining<T>

Type Parameters:
T - Value type, same as in ValueEngineer

public interface ReferenceContaining<T>
Aspect for reference containing ValueEngineers. Implementors should collect all references from a give value type. References could be obtained by transforming a ReferenceHolder by callingits toReference-method. ReferenceHolder instances could be obtainedby calling one of the factory methods of a ReferenceConstructionAgent.
Since:
4.2.414