You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to have an annotation that could represent this next to an attribute. There is an immutable descriptor used for sort, but not the general purpose descriptor values.
One of the useful things about descriptors is they can specify default values, min and max value and useful metadata on attributes:
It'd be nice to have an annotation that could represent this next to an attribute. There is an immutable descriptor used for sort, but not the general purpose descriptor values.
https://github.com/uklimaschewski/JMXWrapper/blob/master/src/com/udojava/jmx/wrapper/JMXBeanWrapper.java#L567
For example, using the
DescriptorKey
meta-annotation someone may define a Units("inches") annotationAnd JMXWrapper could then pick up the annotation on attribute and add it to the descriptor at runtime.
The text was updated successfully, but these errors were encountered: