Package org.apache.camel.api.management
Annotation Type ManagedAttribute
-
@Target(METHOD) @Retention(RUNTIME) @Inherited @Documented public @interface ManagedAttribute
A method level annotation to mark the method as being a JMX attribute.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
boolean
mask
-
-
-
Element Detail
-
description
String description
- Default:
- ""
-
-
-
mask
boolean mask
- Default:
- false
-
-