Create and return a ModelMBeanConstructorInfo
object that
corresponds to the attribute described by this instance.
// Return our cached information (if any)
if (info == null) {
info = new MBeanConstructorInfo(getName(), getDescription(),
getMBeanParameterInfo());
}
return (MBeanConstructorInfo)info;