Implementation of {@link IReference} representing a reference that alwaysresolves to the definition passed to the constructor.
This is useful for Vector methods, where the return type is the type parameter for the Vector (i.e., T in {@code Vector.}. If a Vector method returns T then we know what it is; we don't need to walk up the scope chain to resolve it.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.