Annotation Type ParametersInURL


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface ParametersInURL
    Annotation that can be used to state if the parameters should be passed in the url or not.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value
      The flag if parameters should be passed in url.
    • Element Detail

      • value

        boolean value
        The flag if parameters should be passed in url.
        Default:
        true