JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel
Handler
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Handler
@Retention
(
RUNTIME
)
@Documented
@Target
(
METHOD
)
public @interface
Handler
Marks a method on a POJO as being the preferred method to invoke when Camel looks for methods to invoke using the
invalid reference
BeanEndpoint
.