org.apache.commons.beanutils.MorePropertyDescriptor Maven / Gradle / Ivy
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