Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-624

Add the ability to annotate operations/attributes on @Management interfaces with human-readable descriptions

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Major
    • None
    • None
    • EJB3 Extensions
    • None
    • Documentation (Ref Guide, User Guide, etc.)

    Description

      It would be nice to annotate attribute/operations on management interfaces with metadata that enrich the MBeanInfo metadata with human readable descriptions.

      @Management
      public interface Bla
      {
      @Description("This attribute returns the number of Do's");
      int getNumberOfRequests();

      @Description("This operation will do stuff")
      void do();
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            dandread1@redhat.com Dimitrios Andreadis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: