Annotation Type Operation
-
@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface Operation
Info for a MBean Operation.This annotation is used only for methods which can be invoked through a GUI.
@Retention(RUNTIME)
@Target(METHOD)
@Inherited
public @interface Operation
This annotation is used only for methods which can be invoked through a GUI.