All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.undefinedlabs.scope.rules.ScopeAgentRule Maven / Gradle / Ivy

package com.undefinedlabs.scope.rules;

import net.bytebuddy.agent.builder.AgentBuilder;

public interface ScopeAgentRule {

  AgentBuilder instrument(final AgentBuilder parentAgentBuilder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy