@Retention(value=RUNTIME) @Documented @Target(value=TYPE) public @interface DeferredContextBinding
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.Apache Camel