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

org.apache.commons.beanutils.MorePropertyDescriptor Maven / Gradle / Ivy

There is a newer version: 5.3.2
Show newest version
package org.apache.commons.beanutils;

import java.lang.reflect.Method;

public interface MorePropertyDescriptor {
	public Method getReadMethod();
	public Method getWriteMethod();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy