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

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

There is a newer version: 24.9.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy