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

jexx.bean.BeanInfoFactory Maven / Gradle / Ivy

The newest version!
package jexx.bean;

import java.beans.BeanInfo;
import java.beans.IntrospectionException;

public interface BeanInfoFactory {

    BeanInfo getBeanInfo(Class beanClass) throws IntrospectionException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy