All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.spun.util.introspection.Caller Maven / Gradle / Ivy

The newest version!
package com.spun.util.introspection;

import com.spun.util.ThreadUtils;

public class Caller
{
  public static StackTraceElement get(int levelsAboveMe)
  {
    return ThreadUtils.getStackTrace()[3 + levelsAboveMe];
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy