public abstract class KeepCreationPointTemplate
extends java.lang.Object
implements java.io.Serializable
CallTrace,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<KeepCreationPointTemplate,CallTrace> |
REGISTRY |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
KeepCreationPointTemplate()
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CallTrace |
getCreationPoint()
Get the creation point stack trace for the instance.
|
private static final long serialVersionUID
private static final java.util.Map<KeepCreationPointTemplate,CallTrace> REGISTRY
public final CallTrace getCreationPoint()