In Hibernate, this specifies that a property is part of the natural id of the entity.
org.hibernate.annotations
Annotation Type NaturalId
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface NaturalId
This specifies that a property is part of the natural id of the entity.