*/
private void setupCompositeInspector()
{
ForgePropertyStyleConfig forgePropertyStyleConfig = new ForgePropertyStyleConfig();
forgePropertyStyleConfig.setProject(this.project);
BaseObjectInspectorConfig baseObjectInspectorConfig = new BaseObjectInspectorConfig();
baseObjectInspectorConfig.setPropertyStyle(new ForgePropertyStyle(forgePropertyStyleConfig));
PropertyTypeInspector propertyTypeInspector = new PropertyTypeInspector(baseObjectInspectorConfig);
ForgeInspector forgeInspector = new ForgeInspector(baseObjectInspectorConfig);