java.beans
Class ParameterDescriptor
java.lang.Object
|
+--java.beans.FeatureDescriptor
|
+--java.beans.ParameterDescriptor
ParameterDescriptor represents a single parameter to a method.
As it turns out, FeatureDescriptor is sufficient to hold all
the information. Use its constructor and methods to set
the appropriate values.
Since:Author: