-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Description
Allan Jones opened SPR-13700 and commented
All annotations in org.springframework.jmx.export.annotation package contain the annotation @Documented
, therefore they could be part of any javadoc documentation. The only exception is @org
.springframework.jmx.export.annotation.ManagedOperationParameter which contains two important fields: name and description.
Current Scenario:
My project has several JMX-exposed methods annotated with @ManagedOperation
and @ManageOperationParameters
/@ManageOperationParameter
. I use the description on both annotations to guide the clients when using a JMX console. A javadoc is also generated as a guide/reference for clients that use this service through a different tool, and the parameters name/description are missing in the javadoc.
A small note: @Target
, @Retention
annotations are also missing.
Affects: 4.2.3
Issue Links:
- Allow the ManagedResource/Attribute/Metric/Operation to be placed on interface [SPR-13138] #17729 Allow the ManagedResource/Attribute/Metric/Operation to be placed on interface
Referenced from: commits 3aefc96