Annotation Interface PreSave


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface PreSave
Use this annotation to describe methods that will participate in the application lifecycle. This method will be called before the model is persisted.
Since:
1.7