@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NonDeletable
When put on a BaseEntity, then any attempt to BaseEntityService.delete(BaseEntity) will throw
NonDeletableEntityException.
Copyright © 2015–2017 OmniFaces. All rights reserved.