public class Reflection extends Object
| Constructor and Description |
|---|
Reflection() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getCallerClass() |
static Class<?> |
getCallerClass(int depth)
Deprecated.
|
static boolean |
isCallerSensitive(Method method) |
public static Class<?> getCallerClass()
@Deprecated public static Class<?> getCallerClass(int depth)
public static boolean isCallerSensitive(Method method)
Copyright © 2019 JBoss by Red Hat. All rights reserved.