...
@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.
...