org.apache.felix.ipojo.handlers.jmx
Annotation Type Method


Deprecated. replaced by JMXMethod

@Target(value=METHOD)
public @interface Method

JMX Method annotation. Allows exposing methods in the MBean. This annotation must be used only if the Config annotation is used. Be aware that despite is it provided in the annotations jar, it refers to an external handler.

Author:
Felix Project Team

Optional Element Summary
 String description
          Deprecated. Gets the method description.
 

description

public abstract String description
Deprecated. 
Gets the method description. Default : no description

Default:
""


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.