Annotation Interface Configuration


@Retention(RUNTIME) @Documented @Target(TYPE) public @interface Configuration
Marks the class as a CamelConfiguration class. This allows runtimes such as Camel Main to do package scan and automatic discover Camel configuration classes.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the configuration bean
  • Element Details

    • value

      String value
      The name of the configuration bean
      Default:
      ""