1 Reply Latest reply on Jul 31, 2007 10:37 AM by webod

    adding inforamtion to mbean using annotations

    namit

      I would like to use annotations to define mbean and not xmbean dd. How can I implement it?

        • 1. Re: adding inforamtion to mbean using annotations
          webod

          Hi ,

          I have a similar problem. i defined a mbean using annotations and now i want to add a description for the methods it exposes. When i used to define the mbean in an xml dd file i used the tag :

          xmbean-dd="resource:xmdesc/ClassName-xmbean.xml

          to specify the file location. Can i do it with annotations ? if so how ?
          thanx in advance :-)