- All Superinterfaces:
- java.lang.Runnable
- Enclosing class:
- BytecodeGenProxyBuilder<T>
public static interface BytecodeGenProxyBuilder.LoaderMarker
extends java.lang.Runnable
A marker interface. When a proxy invocation handler is invoked with one of these as an argument we call
Runnable.run().
This shouldn't need to be public but sometimes we see: java.lang.IllegalAccessError: class
com.newrelic.agent.util.asm.$Proxy89 cannot access its superinterface
com.newrelic.agent.util.asm.ApiBuilder$LoaderMarker