Class KeepCreationPointTemplate
java.lang.Object
com.igormaznitsa.meta.common.templates.KeepCreationPointTemplate
- All Implemented Interfaces:
Serializable
Allows to keep information about point where instance of the class was created.
- Since:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map
<KeepCreationPointTemplate, CallTrace> private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CallTrace
Get the creation point stack trace for the instance.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
REGISTRY
-
-
Constructor Details
-
KeepCreationPointTemplate
@Warning("Must be called in successors, must not be called through constructor chain else you will see your constructors in stack trace!") public KeepCreationPointTemplate()The Constructor.
-
-
Method Details
-
getCreationPoint
Get the creation point stack trace for the instance.- Returns:
- the creation point stack trace
-