|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ParameterNames
This annotation is applied to a method that represents an MBean operation. It defines the names of the parameters of the operation. It must contain as many arguments as there are parameters in the annotated method.
Optional Element Summary | |
---|---|
java.lang.String[] |
value
|
public abstract java.lang.String[] value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |