From do-not-reply at jboss.org Thu Oct 22 10:37:03 2009 Content-Type: multipart/mixed; boundary="===============1910186091205820454==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r8137 - trunk/src/main/org/hornetq/core/management. Date: Thu, 22 Oct 2009 10:37:03 -0400 Message-ID: <200910221437.n9MEb3Xe002658@svn01.web.mwc.hst.phx2.redhat.com> --===============1910186091205820454== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jmesnil Date: 2009-10-22 10:37:03 -0400 (Thu, 22 Oct 2009) New Revision: 8137 Modified: trunk/src/main/org/hornetq/core/management/Operation.java Log: @Operation annotation javadoc * used only for operations invokable from a GUI Modified: trunk/src/main/org/hornetq/core/management/Operation.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/src/main/org/hornetq/core/management/Operation.java 2009-10-22 13= :20:02 UTC (rev 8136) +++ trunk/src/main/org/hornetq/core/management/Operation.java 2009-10-22 14= :37:03 UTC (rev 8137) @@ -24,6 +24,9 @@ /** * Info for a MBean Operation. * = + * This annotation is used only for methods which can be invoked + * through a GUI. + * = * @author Jeff Mesnil * = * @version $Revision$ --===============1910186091205820454==--