Package org.apache.camel.spi
Annotation Type Configurer
-
@Retention(RUNTIME) @Documented @Target(TYPE) public @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 CamelsPropertyConfigurer.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanbootstrapWhether this configurer is only used during bootstrapbooleanextendedWhether this configurer should include extended configurer methods.booleangenerateConfigurerWhether to let the Camel compiler plugin to generate java source code for fast configuration.
-