Package org.apache.camel
Annotation Type DeferredContextBinding
-
@Retention(RUNTIME) @Documented @Target(TYPE) public @interface DeferredContextBinding
Used to indicate that if the target type isCamelContextAware, 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.