@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Coordinates
The user can mark in any part of the map then the coordinates change.
Also if he types or pastes the coordinates in the field the map and the mark are repositioned.
The data type is String with a length of 50.
Applies to properties.
Example:
@Coordinates @Column(length=50) private String location;It's synonymous of @Stereotype("COORDINATES").