org.apache.camel
Annotation Type Handler


@Retention(value=RUNTIME)
@Documented
@Target(value=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 BeanEndpoint.

Version:



Apache CAMEL