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
      java.lang.String name  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String desc  
    • Element Detail

      • name

        java.lang.String name
      • desc

        java.lang.String desc
        Default:
        "N/A"