Weak Object Type Reference
A WeakObjectTypeReference is a specialization of WeakReference that weakly holds an AvailObject which is always an object type whose descriptor indicates it's Mutability.SHARED. It also holds that object type's hash value.
Author
Mark van Gulik
Parameters
object Type
The object type to hold weakly.