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


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface ManagedResource

A class level annotation to mark the class as being managed in the JMX server.


Optional Element Summary
 String description
           
 

description

public abstract String description
Default:
""


Apache Camel