所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
      • org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
    • org.apache.skywalking.apm.plugin.motan.MotanConsumerInterceptor (implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor)
    • org.apache.skywalking.apm.plugin.motan.MotanProviderInterceptor (implements org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor)