arorakshayy

Results 1 issues of arorakshayy

I found this code online which tells bytebuddy where to search for the advice class: agentBuilder.transform( new AgentBuilder.Transformer.ForAdvice() .include( Utils.getBootstrapProxy(), Utils.getAgentClassLoader(), Utils.getExtensionsClassLoader()) .withExceptionHandler(ExceptionHandlers.defaultExceptionHandler()) .advice(methodMatcher, adviceClassName)); I verified and this works...

question