Package org.apache.camel.spi
Annotation Interface Configurer
An annotation used to mark classes to indicate code capable of configuring its options via a getter/setters that can
be called via Camels
PropertyConfigurer.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether this configurer is only used during bootstrapbooleanWhether this configurer should include extended configurer methods.booleanWhether to let the Camel compiler plugin to generate java source code for fast configuration.
-
Element Details
-
generateConfigurer
boolean generateConfigurerWhether to let the Camel compiler plugin to generate java source code for fast configuration.- Default:
- true
-
extended
boolean extendedWhether this configurer should include extended configurer methods. For example API based components would require this.- Default:
- false
-
bootstrap
boolean bootstrapWhether this configurer is only used during bootstrap- Default:
- false
-