// Skip the ManagedObject creation
return null;
}
// If a targetInterface exists, rebuild the BeanInfo from that
Class<?> targetInterface = managementObject.targetInterface();
if(targetInterface != Object.class)
{
beanInfo = getBeanInfo(targetInterface);
classInfo = beanInfo.getClassInfo();
}