Annotation Type Parameter


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Documented
    public @interface Parameter
    Annotates a parameter of the view handler. A query value of the URL's search part is passed to this parameter. If the parameter type is not a String, the value is converted to the parameter type.
    Author:
    Richard "Shred" Körber
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Name of the URL's query parameter.
    • Element Detail

      • value

        String value
        Name of the URL's query parameter.