Interface CallStack

All Known Implementing Classes:
NoOpCallStack, SecurityManagerCallStack, ThrowableCallStack

public interface CallStack
Strategy for obtaining and printing the current call stack. This is primarily useful for usage tracking so that different JVMs and configurations can use more efficient strategies for obtaining the current call stack depending on metadata needs.
Since:
2.4.3
See Also: