it.tidalwave.java.beans.FeatureDescriptor 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 class FeatureDescriptor
{
public String getName()
{
throw new RuntimeException("Stub!");
}
}