Used to indicate a property on an entity bean used to control 'soft delete'
(also known as 'logical delete').
The property should be of type boolean.
@SoftDelete
boolean deleted;
The property should be of type boolean.
@SoftDelete
boolean deleted;