Annotation Type ManagedAttribute


  • @Retention(RUNTIME)
    @Documented
    @Target(METHOD)
    @Taxonomy(stability=NOT_AN_INTERFACE)
    public @interface ManagedAttribute
    Annotation used to generate MBeanInfo using a Java interface.
    Author:
    Lloyd Chambers