Annotation Interface DeletedBy


@Retention(RUNTIME) @Target(FIELD) public @interface DeletedBy
Marked entity field will be used to store information about user deleted entity.

Cannot be used without DeletedDate.
Only one field of a class can have this annotation.