@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo")
@Configuration
@ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration")
@ConditionalOnProperty(name="camel.rest.enabled",
matchIfMissing=true)
@AutoConfigureAfter(name="org.apache.camel.spring.boot.CamelAutoConfiguration")
@EnableConfigurationProperties(value=RestConfigurationDefinitionProperties.class)
public class RestConfigurationDefinitionAutoConfiguration
extends Object
Generated by camel-package-maven-plugin - do not edit this file!