Annotation Type Description


@Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Description
With this annotation you can add a description to a MBean. This description will than appear in the 'jconsole' as DescriptorKey. Originally this annotation was part of the PatternTesting project.
Author:
oliver
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The descripiton of a MBean, attribute or operation.
  • Element Details

    • value

      String value
      The descripiton of a MBean, attribute or operation.
      Returns:
      the description