if (isInnerBean)
{
Object name = ctx.getName();
Object iDependOn = getUnderlyingValue();
ControllerState whenRequired = visitor.getContextState();
DependencyItem di = new AbstractDependencyItem(name, iDependOn, whenRequired, ControllerState.INSTALLED);
visitor.addDependency(di);
}
if (create != null && create.getMethodName() == null)
create.setMethodName("create");
if (start != null && start.getMethodName() == null)