Annotation Interface NonDeletable


@Target(TYPE) @Retention(RUNTIME) public @interface NonDeletable

When put on a BaseEntity, then any attempt to BaseEntityService.delete(BaseEntity) will throw NonDeletableEntityException.