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

net.amygdalum.testrecorder.MethodsAtRuntime Maven / Gradle / Ivy

package net.amygdalum.testrecorder;

import net.amygdalum.testrecorder.profile.Methods;

public interface MethodsAtRuntime extends Methods {

	default boolean matches(String className, String methodName, String methodDescriptor) {
		return false;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy