Package com.github.phantomthief.util
Class MoreReflection
- java.lang.Object
-
- com.github.phantomthief.util.MoreReflection
-
public class MoreReflection extends Object
- Author:
- w.vela Created on 2018-06-13.
-
-
Constructor Summary
Constructors Constructor Description MoreReflection()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StackTraceElementgetCallerPlace()static StackTraceElementgetCallerPlace(Class<?> locationAwareClass)static voidlogDeprecated(String message)
-
-
-
Method Detail
-
logDeprecated
public static void logDeprecated(@Nonnull String message)
- Parameters:
message- should contains {} for output placeholder.
-
getCallerPlace
@Nullable public static StackTraceElement getCallerPlace()
-
getCallerPlace
@Nullable public static StackTraceElement getCallerPlace(Class<?> locationAwareClass)
-
-