org.apache.qpid.management.common.mbeans.annotations
Annotation Type MBeanAttribute


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface MBeanAttribute

Annotation for MBean attributes. This should be used with getter or setter methods of attributes.


Required Element Summary
 String description
           
 String name
           
 

Element Detail

name

public abstract String name

description

public abstract String description


Licensed to the Apache Software Foundation