org.apache.camel.api.management
Annotation Type ManagedOperation


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface ManagedOperation

A method level annotation to mark the method as being a JMX operation.


Optional Element Summary
 String description
           
 

description

public abstract String description
Default:
""


Apache CAMEL