Interface ReferenceAware<T>
- 
- All Known Subinterfaces:
 Projection<T>
public interface ReferenceAware<T>Identifies as class as having a similar API to a referenced class. This is generally used to inform operations inInvocationUtils.- Author:
 - Jeff Fischer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>getProjectionReference()The reference class containing the same (or a superset) API as this class. 
 -