it.tidalwave.java.beans.BeanInfo Maven / Gradle / Ivy
/***********************************************************************************************************************
* To change this template, choose Tools | Templates
* and open the template in the editor.
**********************************************************************************************************************/
package it.tidalwave.java.beans;
/***********************************************************************************************************************
*
* @author Fabrizio Giudici
* @version $Id: $
*
**********************************************************************************************************************/
public interface BeanInfo
{
public PropertyDescriptor[] getPropertyDescriptors();
}