Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

@PreMapping and @PostMapping annotations

Aside from InitializableModel there are also method annotations introduced in Slice 4.3.

Having a model annotated with @SliceResource you can annotate method with @PreMapping or @PostMapping annotation. Such method will be called before or after mapping is done respectively.

...