package org.gbif.api.model.registry; /** * A marker intended for validation annotations indicating that the rule should be applied for entites before they have * been persisted. */ public interface PostPersist { }