Annotation Type DeferredContextBinding


  • @Retention(RUNTIME)
    @Documented
    @Target(TYPE)
    public @interface DeferredContextBinding
    Used to indicate that if the target type is CamelContextAware, the context does not need to be mandatory injected during bean post processing but can be injected later on as example during Camel Context configuration. See CAMEL-12087 for additional information.