Searched refs:startMethod (Results 1 – 1 of 1) sorted by relevance
29 public TraceInjectionConfiguration(String annotation, String startMethod, String endMethod) { in TraceInjectionConfiguration() argument31 String[] startMethodComponents = parseMethod(startMethod); in TraceInjectionConfiguration()