Annotation Type PathPart


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Documented
    public @interface PathPart
    Annotates a view handler method parameter. The value of a pattern placeholder 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 pattern placeholder.
    • Element Detail