注释类型 ManagedMetric


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface ManagedMetric
    Method-level annotation that indicates to expose a given bean property as a JMX attribute, with added descriptor properties to indicate that it is a metric. Only valid when used on a JavaBean getter.
    从以下版本开始:
    3.0
    作者:
    Jennifer Hickey
    另请参阅:
    ManagedMetric