beanPostProcessor.postProcessBeforeInitialization(builder, builder.toString());
}
getContext().addRoutes(builder);
} else {
// support to get the route here
Routes routes = builderRef.createRoutes(getContext());
if (routes != null) {
getContext().addRoutes(routes);
} else {
// Throw the exception that we can't find any build here
throw new CamelException("Can't find any routes info with this RouteBuilderDefinition " + builderRef);