com.continuent.tungsten.common.jmx
Annotation Type MethodDesc
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface MethodDesc
This class defines an annotation element that can be used to identify method
names and usage at runtime. The primary function of this annotation is for
use in annotating MBeans so that they can be self-documenting to the
management framework.
- Version:
- 1.0
- Author:
- Edward Archibald
description
public abstract java.lang.String description
- Default:
- ""
usage
public abstract java.lang.String usage
- Default:
- ""