Annotation Type ScriptParameter


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface ScriptParameter
    Custom annotation type for method parameters.
    Author:
    drq
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String code  
      java.lang.String help  
      java.lang.String name  
    • Element Detail

      • name

        java.lang.String name
        Returns:
        a user friendly display name for the parameter
        Default:
        ""
      • help

        java.lang.String help
        Returns:
        a help message for this parameter (the default is a blank String, which means there is no help)
        Default:
        ""
      • code

        java.lang.String code
        Returns:
        code snippet for this parameter (the default is a blank String, which means there is no sample code)
        Default:
        ""