public interface  org.apache.dubbo.registry.client.ServiceInstanceCustomizer extends java.lang.Object implements org.apache.dubbo.common.lang.Prioritized
{
public abstract void customize(org.apache.dubbo.registry.client.ServiceInstance);
}