@Retention(value=CLASS)
@Target(value={FIELD,TYPE})
public @interface TargetIdProperty
Defines the property serving as the target ID of a ToOne.
This allows exposing an explicit property, which may be convenient for other parsers/serializers (e.g. JSON).