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


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

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


Optional Element Summary
 String description
           
 

description

public abstract String description
Default:
""


Apache Camel