There is a bean declared in a Spring boot configuration class with lazy annotation, which is referenced in camel route. The lazy annotation stops the eager loading, but since it is reference in camel route its gets initialized. Example :: ChoiceDefinition org.apache.camel.model.ProcessorDefinition.bean(Object bean, String method)
Is there any way of lazy loading of beans referenced in the camel route ?