public abstract class PersistentReference
extends Object
Copied from org.jboss.serial.references;
Base class for persistent references.
Persistent reference is a Weak/Soft reference to a reflection object.
If the reflection object is garbage collected, the reference is then rebuilt using reflection operations.