Annotation Type ParameterNames


@Documented @Target(METHOD) @Retention(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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String[] value
      Default:
      {}