Class KeepCreationPointTemplate

java.lang.Object
com.igormaznitsa.meta.common.templates.KeepCreationPointTemplate
All Implemented Interfaces:
Serializable

public abstract class KeepCreationPointTemplate extends Object implements Serializable
Allows to keep information about point where instance of the class was created.
Since:
1.0
See Also:
  • Field Details

  • 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

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