org.apache.tools.ant.util
public static class WeakishReference.HardReference extends WeakishReference
Deprecated: since 1.7. Hopefully nobody is using this.
This was a hard reference for Java 1.1. Since Ant1.7,Constructor Summary | |
---|---|
HardReference(Object object)
constructor. |
Parameters: object the object that the reference will refer to.