Annotation Type PostUpdate


@Target(METHOD)
@Retention(RUNTIME)
public @interface PostUpdate
Annotation to mark a method to be executed after updating an entity view. A method annotated with @PostUpdate may optionally have the following parameters There may only be one method in a class annotated with @PostUpdate and it must return void. Super type methods annotated with @PostUpdate are ignored if an entity view defines a @PostUpdate method.
Since:
1.4.0
Author:
Christian Beikov