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

net.amygdalum.testrecorder.profile.FieldsAtRuntime Maven / Gradle / Ivy

package net.amygdalum.testrecorder.profile;

public interface FieldsAtRuntime extends Fields {

	default boolean matches(String className, String fieldName, String fieldDescriptor) {
		return false;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy