Class KeepCreationPointTemplate

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class KeepCreationPointTemplate
    extends java.lang.Object
    implements java.io.Serializable
    Allows to keep information about point where instance of the class was created.
    Since:
    1.0
    See Also:
    CallTrace, Serialized Form
    • Constructor Detail

      • 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 Detail

      • getCreationPoint

        public final CallTrace getCreationPoint()
        Get the creation point stack trace for the instance.
        Returns:
        the creation point stack trace