Annotation Type Parameter


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Parameter
    Info for a MBean Operation Parameter.

    This annotation is used only for methods which can be invoked through a GUI.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String desc