public class CompilerUtils
extends java.lang.Object
| Constructor and Description |
|---|
CompilerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getSourcePath(java.lang.Class<?> clazz)
Returns path to class source file (injected by Datadog Java compiler plugin)
|
public static java.lang.String getSourcePath(java.lang.Class<?> clazz)
clazz - The class to get the source file path for