Annotation Type Parameter


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Parameter
    This annotation provides extra information about method parameters of a SearchRestMethod allowing automatic bind of request parameters
    Author:
    Terry Brady, Andrea Bollini (andrea.bollini at 4science.it)
    See Also:
    SearchRestMethod
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean required  
      String value  
    • Element Detail

      • value

        String value
        Default:
        ""
      • required

        boolean required
        Default:
        false