![JAR search and dependency download from the Maven repository](/logo.png)
it.tidalwave.java.beans.PropertyDescriptor Maven / Gradle / Ivy
/***********************************************************************************************************************
* To change this template, choose Tools | Templates
* and open the template in the editor.
**********************************************************************************************************************/
package it.tidalwave.java.beans;
import java.lang.reflect.Method;
/***********************************************************************************************************************
*
* @author Fabrizio Giudici
* @version $Id: $
*
**********************************************************************************************************************/
public class PropertyDescriptor extends FeatureDescriptor
{
public PropertyDescriptor (String string, Method method1, Method method2)
throws IntrospectionException
{
throw new RuntimeException("Stub!");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy