Annotation Type Route


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface Route
    Route the request based on this parameter. Works in two modes: mode1: Applied directly to database String fields mode2: Applied to arbitrary argument types
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value
      Whether to throw for Nessie references.
    • Element Detail

      • value

        boolean value
        Whether to throw for Nessie references.
        Returns:
        Default:
        false