package org.skywalking.apm.agent.core.plugin.interceptor.enhance; public interface FieldGetter { Object getValue(); }